Html Css Color HEX #4D4088 Dark Slate Blue

📋 copy color: '#4D4088'

red 77 ◦ green 64 ◦ blue 136

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

Shades of Dark Slate Blue #4D4088

Tints of Dark Slate Blue #4D4088

RGB

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

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

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

R = 27.8%
G = 23.1%
B = 49.1%

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

#4D4088 (or 0x4D4088) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 88. RGB value is (77,64,136). Sum of RGB (Red+Green+Blue) = 77+64+136=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 64 (25.39% from 255 or 23.10% 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 #4D4088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4088 is #B2BF77. Grayscale: #4B4B4B. Windows color (decimal): -11714424 or 8929357. OLE color: 8929357.

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

Color convert

RGB 77 64 136 -
CMYK 0.43 0.53 0 0.47
HSL 250.83º 0.36% 0.39% -
HSV(B) 250.83º 0.53% 0.53% -
XYZ 9.34 7.02 24.16 -
YUV 76.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 77 64 136 0.43 0.53 0 0.47 250.83 0.36 0.39
Hex 4D 40 88 2B 35 0 2F FB 24 27
Octal 115 100 210 53 65 0 57 373 44 47
Binary 1001101 1000000 10001000 101011 110101 0 101111 11111011 100100 100111

Color Harmonies of #4D4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4088

Black with #4D4088

Text Example


Text Example

White with #4D4088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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