#4F41AB

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

Shades of Rich Blue #4F41AB

Tints of Rich Blue #4F41AB

Color information

#4F41AB (or 0x4F41AB) is unknown color: approx Rich Blue. HEX triplet: 4F, 41 and AB. RGB value is (79,65,171). Sum of RGB (Red+Green+Blue) = 79+65+171=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F41AB is #B0BE54. Grayscale: #505050. Windows color (decimal): -11583061 or 11223375. OLE color: 11223375.

HSL color Cylindrical-coordinate representation of color #4F41AB: hue angle of 247.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F41AB is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7965171-
CMYK0.540.6200.33
HSL247.92º44.92%46.27%-
HSV(B)247.92º61.99%67.06%-
XYZ12.478.3839.49-
YUV81.27178.64126.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=25.08%
G=20.63%
B=54.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79651710.540.6200.33247.9244.9246.27
Hex4F41AB363E021f82d2e
Octal11710125366760413705556
Binary1001111100000110101011110110111110010000111111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,171); }

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

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

 a { background-color: rgb(79,65,171); }

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

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

 span { border-color: rgb(79,65,171); }

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