#4C4285

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

Shades of Dark Slate Blue #4C4285

Tints of Dark Slate Blue #4C4285

Color information

#4C4285 (or 0x4C4285) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 42 and 85. RGB value is (76,66,133). Sum of RGB (Red+Green+Blue) = 76+66+133=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4285 is #B3BD7A. Grayscale: #4C4C4C. Windows color (decimal): -11779451 or 8733260. OLE color: 8733260.

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

Color convert

RGB7666133-
CMYK0.430.5000.48
HSL248.96º33.67%39.02%-
HSV(B)248.96º50.38%52.16%-
XYZ9.167.1323.08-
YUV76.63159.81127.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.64%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=27.64%
G=24%
B=48.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76661330.430.5000.48248.9633.6739.02
Hex4C42852B32030f92227
Octal11410220553620603714247
Binary1001100100001010000101101011110010011000011111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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