Html Css Color HEX #4C4691 Dark Slate Blue

📋 copy color: '#4C4691'

red 76 ◦ green 70 ◦ blue 145

#4C4691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #4C4691

Tints of Dark Slate Blue #4C4691

RGB

 RED value IS 76 (30.08% from 255) = 26.12%

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 26.12%
G = 24.05%
B = 49.83%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C4691 (or 0x4C4691) is known color: Dark Slate Blue. HEX triplet: 4C, 46 and 91. RGB value is (76,70,145). Sum of RGB (Red+Green+Blue) = 76+70+145=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C4691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4691 is #B3B96E. Grayscale: #505050. Windows color (decimal): -11778415 or 9520716. OLE color: 9520716.

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

Color convert

RGB 76 70 145 -
CMYK 0.48 0.52 0 0.43
HSL 244.8º 0.35% 0.42% -
HSV(B) 244.8º 0.52% 0.57% -
XYZ 10.28 7.96 27.78 -
YUV 80.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 76 70 145 0.48 0.52 0 0.43 244.8 0.35 0.42
Hex 4C 46 91 30 34 0 2B F5 23 2A
Octal 114 106 221 60 64 0 53 365 43 52
Binary 1001100 1000110 10010001 110000 110100 0 101011 11110101 100011 101010

Color Harmonies of #4C4691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4691

Black with #4C4691

Text Example


Text Example

White with #4C4691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,145); }

 H1.HeaderClassName
 {
   color: #4C4691;
 }
 .AnyTagClassName
 {
   color: #4C4691;
 }
</style>

background-color css

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

 a { background-color: rgb(76,70,145); }

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

border-color css

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

 span { border-color: rgb(76,70,145); }

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