#4F47B5

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

Shades of Rich Blue #4F47B5

Tints of Rich Blue #4F47B5

Color information

#4F47B5 (or 0x4F47B5) is unknown color: approx Rich Blue. HEX triplet: 4F, 47 and B5. RGB value is (79,71,181). Sum of RGB (Red+Green+Blue) = 79+71+181=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #4F47B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47B5 is #B0B84A. Grayscale: #555555. Windows color (decimal): -11581515 or 11880271. OLE color: 11880271.

HSL color Cylindrical-coordinate representation of color #4F47B5: hue angle of 244.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F47B5 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7971181-
CMYK0.560.6100.29
HSL244.36º43.65%49.41%-
HSV(B)244.36º60.77%70.98%-
XYZ13.829.544.82-
YUV85.93181.65123.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 181 (71.09% from 255) = 54.68%
R=23.87%
G=21.45%
B=54.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79711810.560.6100.29244.3643.6549.41
Hex4F47B5383D01Df42c31
Octal11710726570750353645461
Binary100111110001111011010111100011110101110111110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F47B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,181); }

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

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

 a { background-color: rgb(79,71,181); }

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

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

 span { border-color: rgb(79,71,181); }

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