Html Css Color HEX #4D4287 Dark Slate Blue

📋 copy color: '#4D4287'

red 77 ◦ green 66 ◦ blue 135

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

Shades of Dark Slate Blue #4D4287

Tints of Dark Slate Blue #4D4287

RGB

 RED value IS 77 (30.47% from 255) = 27.7%

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 27.7%
G = 23.74%
B = 48.56%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4287 (or 0x4D4287) is known color: Dark Slate Blue. HEX triplet: 4D, 42 and 87. RGB value is (77,66,135). Sum of RGB (Red+Green+Blue) = 77+66+135=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4287 is #B2BD78. Grayscale: #4C4C4C. Windows color (decimal): -11713913 or 8864333. OLE color: 8864333.

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

Color convert

RGB 77 66 135 -
CMYK 0.43 0.51 0 0.47
HSL 249.57º 0.34% 0.39% -
HSV(B) 249.57º 0.51% 0.53% -
XYZ 9.38 7.22 23.82 -
YUV 77.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 77 66 135 0.43 0.51 0 0.47 249.57 0.34 0.39
Hex 4D 42 87 2B 33 0 2F FA 22 27
Octal 115 102 207 53 63 0 57 372 42 47
Binary 1001101 1000010 10000111 101011 110011 0 101111 11111010 100010 100111

Color Harmonies of #4D4287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4287

Black with #4D4287

Text Example


Text Example

White with #4D4287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,135); }

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

background-color css

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

 a { background-color: rgb(77,66,135); }

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

border-color css

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

 span { border-color: rgb(77,66,135); }

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