Html Css Color HEX #4C4188 Dark Slate Blue

📋 copy color: '#4C4188'

red 76 ◦ green 65 ◦ blue 136

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

Shades of Dark Slate Blue #4C4188

Tints of Dark Slate Blue #4C4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 27.44%
G = 23.47%
B = 49.1%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4C4188 (or 0x4C4188) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 88. RGB value is (76,65,136). Sum of RGB (Red+Green+Blue) = 76+65+136=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C4188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4188 is #B3BE77. Grayscale: #4C4C4C. Windows color (decimal): -11779704 or 8929612. OLE color: 8929612.

HSL color Cylindrical-coordinate representation of color #4C4188: hue angle of 249.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C4188 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 76 65 136 -
CMYK 0.44 0.52 0 0.47
HSL 249.3º 0.35% 0.39% -
HSV(B) 249.3º 0.52% 0.53% -
XYZ 9.31 7.09 24.17 -
YUV 76.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 76 65 136 0.44 0.52 0 0.47 249.3 0.35 0.39
Hex 4C 41 88 2C 34 0 2F F9 23 27
Octal 114 101 210 54 64 0 57 371 43 47
Binary 1001100 1000001 10001000 101100 110100 0 101111 11111001 100011 100111

Color Harmonies of #4C4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4188

Black with #4C4188

Text Example


Text Example

White with #4C4188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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