#4f5eaf

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

Shades of Rich Blue #4F5EAF

Tints of Rich Blue #4F5EAF

Color information

#4F5EAF (or 0x4F5EAF) is unknown color: approx Rich Blue. HEX triplet: 4F, 5E and AF. RGB value is (79,94,175). Sum of RGB (Red+Green+Blue) = 79+94+175=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F5EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5EAF is #B0A150. Grayscale: #626262. Windows color (decimal): -11575633 or 11492943. OLE color: 11492943.

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

Color convert

RGB7994175-
CMYK0.550.4600.31
HSL230.62º37.8%49.8%-
HSV(B)230.62º54.86%68.63%-
XYZ14.9712.7642.23-
YUV98.75171.03113.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=22.70%
G=27.01%
B=50.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79941750.550.4600.31230.6237.849.8
Hex4F5EAF372E01Fe72632
Octal11713625767560373474662
Binary100111110111101010111111011110111001111111100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f5eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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