Html Css Color HEX #4C3F87 Dark Slate Blue

📋 copy color: '#4C3F87'

red 76 ◦ green 63 ◦ blue 135

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

Shades of Dark Slate Blue #4C3F87

Tints of Dark Slate Blue #4C3F87

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 27.74%
G = 22.99%
B = 49.27%

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

#4C3F87 (or 0x4C3F87) is known color: Dark Slate Blue. HEX triplet: 4C, 3F and 87. RGB value is (76,63,135). Sum of RGB (Red+Green+Blue) = 76+63+135=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C3F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3F87 is #B3C078. Grayscale: #4A4A4A. Windows color (decimal): -11780217 or 8863564. OLE color: 8863564.

HSL color Cylindrical-coordinate representation of color #4C3F87: hue angle of 250.83º 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 #4C3F87 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 76 63 135 -
CMYK 0.44 0.53 0 0.47
HSL 250.83º 0.36% 0.39% -
HSV(B) 250.83º 0.53% 0.53% -
XYZ 9.13 6.84 23.76 -
YUV 75.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 76 63 135 0.44 0.53 0 0.47 250.83 0.36 0.39
Hex 4C 3F 87 2C 35 0 2F FB 24 27
Octal 114 77 207 54 65 0 57 373 44 47
Binary 1001100 111111 10000111 101100 110101 0 101111 11111011 100100 100111

Color Harmonies of #4C3F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3F87

Black with #4C3F87

Text Example


Text Example

White with #4C3F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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