#4C458B

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

Shades of Dark Slate Blue #4C458B

Tints of Dark Slate Blue #4C458B

Color information

#4C458B (or 0x4C458B) is unknown color: approx Dark Slate Blue. HEX triplet: 4C, 45 and 8B. RGB value is (76,69,139). Sum of RGB (Red+Green+Blue) = 76+69+139=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C458B is #B3BA74. Grayscale: #4E4E4E. Windows color (decimal): -11778677 or 9127244. OLE color: 9127244.

HSL color Cylindrical-coordinate representation of color #4C458B: hue angle of 246º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C458B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7669139-
CMYK0.450.5000.45
HSL246º33.65%40.78%-
HSV(B)246º50.36%54.51%-
XYZ9.777.6625.39-
YUV79.07161.82125.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.76%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=26.76%
G=24.30%
B=48.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76691390.450.5000.4524633.6540.78
Hex4C458B2D3202Df62229
Octal11410521355620553664251
Binary1001100100010110001011101101110010010110111110110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,139); }

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

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

 a { background-color: rgb(76,69,139); }

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

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

 span { border-color: rgb(76,69,139); }

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