#4C4B83

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

Shades of Dark Slate Blue #4C4B83

Tints of Dark Slate Blue #4C4B83

Color information

#4C4B83 (or 0x4C4B83) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 4B and 83. RGB value is (76,75,131). Sum of RGB (Red+Green+Blue) = 76+75+131=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C4B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4B83 is #B3B47C. Grayscale: #515151. Windows color (decimal): -11777149 or 8604492. OLE color: 8604492.

HSL color Cylindrical-coordinate representation of color #4C4B83: hue angle of 241.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C4B83 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7675131-
CMYK0.420.4300.49
HSL241.07º27.18%40.39%-
HSV(B)241.07º42.75%51.37%-
XYZ9.598.2122.55-
YUV81.68155.83123.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=26.95%
G=26.60%
B=46.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76751310.420.4300.49241.0727.1840.39
Hex4C4B832A2B031f11b28
Octal11411320352530613613350
Binary100110010010111000001110101010101101100011111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,131); }

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

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

 a { background-color: rgb(76,75,131); }

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

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

 span { border-color: rgb(76,75,131); }

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