#4D5FAF

Color #4D5FAF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4D5FAF

Tints of Rich Blue #4D5FAF

Color information

#4D5FAF (or 0x4D5FAF) is unknown color: approx Rich Blue. HEX triplet: 4D, 5F and AF. RGB value is (77,95,175). Sum of RGB (Red+Green+Blue) = 77+95+175=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FAF is #B2A050. Grayscale: #626262. Windows color (decimal): -11706449 or 11493197. OLE color: 11493197.

HSL color Cylindrical-coordinate representation of color #4D5FAF: hue angle of 228.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5FAF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7795175-
CMYK0.560.4600.31
HSL228.98º38.89%49.41%-
HSV(B)228.98º56%68.63%-
XYZ14.8912.8642.25-
YUV98.74171.04112.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 22.19%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=22.19%
G=27.38%
B=50.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77951750.560.4600.31228.9838.8949.41
Hex4D5FAF382E01Fe52731
Octal11513725770560373454761
Binary100110110111111010111111100010111001111111100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5FAF; }

 p { color: rgb(77,95,175); }

 H1.HeaderClassName
 {
   color: #4D5FAF;
 }
 .AnyTagClassName
 {
   color: #4D5FAF;
 }
</style>
background-color css

<style>
 a { background-color: #4D5FAF; }

 a { background-color: rgb(77,95,175); }

 div.DivClassName
 {
   background-color: #4D5FAF;
 }
 .BgClassName
 {
   background-color: #4D5FAF;
 }
</style>
border-color css

<style>
 span { border-color: #4D5FAF; }

 span { border-color: rgb(77,95,175); }

 td.TdClassName
 {
   border-color: #4D5FAF;
 }
 .TagClassName
 {
   border-color: #4D5FAF;
 }
</style>