Html Css Color HEX #4B4087 Dark Slate Blue

📋 copy color: '#4B4087'

red 75 ◦ green 64 ◦ blue 135

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

Shades of Dark Slate Blue #4B4087

Tints of Dark Slate Blue #4B4087

RGB

 RED value IS 75 (29.69% from 255) = 27.37%

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

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

R = 27.37%
G = 23.36%
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

#4B4087 (or 0x4B4087) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 87. RGB value is (75,64,135). Sum of RGB (Red+Green+Blue) = 75+64+135=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 64 (25.39% from 255 or 23.36% 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 #4B4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4087 is #B4BF78. Grayscale: #4B4B4B. Windows color (decimal): -11845497 or 8863819. OLE color: 8863819.

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

Color convert

RGB 75 64 135 -
CMYK 0.44 0.53 0 0.47
HSL 249.3º 0.36% 0.39% -
HSV(B) 249.3º 0.53% 0.53% -
XYZ 9.11 6.91 23.78 -
YUV 75.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 75 64 135 0.44 0.53 0 0.47 249.3 0.36 0.39
Hex 4B 40 87 2C 35 0 2F F9 24 27
Octal 113 100 207 54 65 0 57 371 44 47
Binary 1001011 1000000 10000111 101100 110101 0 101111 11111001 100100 100111

Color Harmonies of #4B4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4087

Black with #4B4087

Text Example


Text Example

White with #4B4087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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