#4C4185

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

Shades of Dark Slate Blue #4C4185

Tints of Dark Slate Blue #4C4185

Color information

#4C4185 (or 0x4C4185) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 41 and 85. RGB value is (76,65,133). Sum of RGB (Red+Green+Blue) = 76+65+133=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C4185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4185 is #B3BE7A. Grayscale: #4B4B4B. Windows color (decimal): -11779707 or 8733004. OLE color: 8733004.

HSL color Cylindrical-coordinate representation of color #4C4185: hue angle of 249.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C4185 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7665133-
CMYK0.430.5100.48
HSL249.71º34.34%38.82%-
HSV(B)249.71º51.13%52.16%-
XYZ9.17.0123.06-
YUV76.04160.14127.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.74%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=27.74%
G=23.72%
B=48.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76651330.430.5100.48249.7134.3438.82
Hex4C41852B33030fa2227
Octal11410120553630603724247
Binary1001100100000110000101101011110011011000011111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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