#4F188B

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

Shades of Indigo #4F188B

Tints of Indigo #4F188B

Color information

#4F188B (or 0x4F188B) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 8B. RGB value is (79,24,139). Sum of RGB (Red+Green+Blue) = 79+24+139=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F188B is #B0E774. Grayscale: #353535. Windows color (decimal): -11593589 or 9115727. OLE color: 9115727.

HSL color Cylindrical-coordinate representation of color #4F188B: hue angle of 268.7º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F188B is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7924139-
CMYK0.430.8300.45
HSL268.7º70.55%31.96%-
HSV(B)268.7º82.73%54.51%-
XYZ8.214.1824.8-
YUV53.55176.22146.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=32.64%
G=9.92%
B=57.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79241390.430.8300.45268.770.5531.96
Hex4F188B2B5302D10d4720
Octal117302135312305541510740
Binary10011111100010001011101011101001101011011000011011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,139); }

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

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

 a { background-color: rgb(79,24,139); }

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

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

 span { border-color: rgb(79,24,139); }

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