#4F43AB

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

Shades of Rich Blue #4F43AB

Tints of Rich Blue #4F43AB

Color information

#4F43AB (or 0x4F43AB) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and AB. RGB value is (79,67,171). Sum of RGB (Red+Green+Blue) = 79+67+171=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F43AB is #B0BC54. Grayscale: #525252. Windows color (decimal): -11582549 or 11223887. OLE color: 11223887.

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

Color convert

RGB7967171-
CMYK0.540.6100.33
HSL246.92º43.7%46.67%-
HSV(B)246.92º60.82%67.06%-
XYZ12.588.6239.53-
YUV82.44177.98125.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=24.92%
G=21.14%
B=53.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79671710.540.6100.33246.9243.746.67
Hex4F43AB363D021f72c2f
Octal11710325366750413675457
Binary1001111100001110101011110110111101010000111110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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