#4F5EAE

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

Shades of Rich Blue #4F5EAE

Tints of Rich Blue #4F5EAE

Color information

#4F5EAE (or 0x4F5EAE) is unknown color: approx Rich Blue. HEX triplet: 4F, 5E and AE. RGB value is (79,94,174). Sum of RGB (Red+Green+Blue) = 79+94+174=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5EAE is #B0A151. Grayscale: #626262. Windows color (decimal): -11575634 or 11427407. OLE color: 11427407.

HSL color Cylindrical-coordinate representation of color #4F5EAE: hue angle of 230.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F5EAE is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7994174-
CMYK0.550.4600.32
HSL230.53º37.55%49.61%-
HSV(B)230.53º54.6%68.24%-
XYZ14.8712.7241.72-
YUV98.64170.53114-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=22.77%
G=27.09%
B=50.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79941740.550.4600.32230.5337.5549.61
Hex4F5EAE372E020e72632
Octal11713625667560403474662
Binary1001111101111010101110110111101110010000011100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,174); }

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

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

 a { background-color: rgb(79,94,174); }

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

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

 span { border-color: rgb(79,94,174); }

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