Html Css Color HEX #4D4087 Dark Slate Blue

📋 copy color: '#4D4087'

red 77 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #4D4087

Tints of Dark Slate Blue #4D4087

RGB

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

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

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

R = 27.9%
G = 23.19%
B = 48.91%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4D4087 (or 0x4D4087) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 87. RGB value is (77,64,135). Sum of RGB (Red+Green+Blue) = 77+64+135=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4087 is #B2BF78. Grayscale: #4B4B4B. Windows color (decimal): -11714425 or 8863821. OLE color: 8863821.

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

Color convert

RGB 77 64 135 -
CMYK 0.43 0.53 0 0.47
HSL 250.99º 0.36% 0.39% -
HSV(B) 250.99º 0.53% 0.53% -
XYZ 9.27 6.99 23.78 -
YUV 75.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 77 64 135 0.43 0.53 0 0.47 250.99 0.36 0.39
Hex 4D 40 87 2B 35 0 2F FB 24 27
Octal 115 100 207 53 65 0 57 373 44 47
Binary 1001101 1000000 10000111 101011 110101 0 101111 11111011 100100 100111

Color Harmonies of #4D4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4087

Black with #4D4087

Text Example


Text Example

White with #4D4087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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