Html Css Color HEX #4C4087 Dark Slate Blue

📋 copy color: '#4C4087'

red 76 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #4C4087

Tints of Dark Slate Blue #4C4087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 27.64%
G = 23.27%
B = 49.09%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4C4087 (or 0x4C4087) is known color: Dark Slate Blue. HEX triplet: 4C, 40 and 87. RGB value is (76,64,135). Sum of RGB (Red+Green+Blue) = 76+64+135=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4087 is #B3BF78. Grayscale: #4B4B4B. Windows color (decimal): -11779961 or 8863820. OLE color: 8863820.

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

Color convert

RGB 76 64 135 -
CMYK 0.44 0.53 0 0.47
HSL 250.14º 0.36% 0.39% -
HSV(B) 250.14º 0.53% 0.53% -
XYZ 9.19 6.95 23.78 -
YUV 75.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 76 64 135 0.44 0.53 0 0.47 250.14 0.36 0.39
Hex 4C 40 87 2C 35 0 2F FA 24 27
Octal 114 100 207 54 65 0 57 372 44 47
Binary 1001100 1000000 10000111 101100 110101 0 101111 11111010 100100 100111

Color Harmonies of #4C4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4087

Black with #4C4087

Text Example


Text Example

White with #4C4087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,135); }

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

background-color css

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

 a { background-color: rgb(76,64,135); }

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

border-color css

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

 span { border-color: rgb(76,64,135); }

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