#4C4189

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

Shades of Dark Slate Blue #4C4189

Tints of Dark Slate Blue #4C4189

Color information

#4C4189 (or 0x4C4189) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 41 and 89. RGB value is (76,65,137). Sum of RGB (Red+Green+Blue) = 76+65+137=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C4189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4189 is #B3BE76. Grayscale: #4C4C4C. Windows color (decimal): -11779703 or 8995148. OLE color: 8995148.

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

Color convert

RGB7665137-
CMYK0.450.5300.46
HSL249.17º35.64%39.61%-
HSV(B)249.17º52.55%53.73%-
XYZ9.397.1224.55-
YUV76.5162.14127.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=27.34%
G=23.38%
B=49.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76651370.450.5300.46249.1735.6439.61
Hex4C41892D3502Ef92428
Octal11410121155650563714450
Binary1001100100000110001001101101110101010111011111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,137); }

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

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

 a { background-color: rgb(76,65,137); }

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

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

 span { border-color: rgb(76,65,137); }

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