Html Css Color HEX #4B4088 Dark Slate Blue

📋 copy color: '#4B4088'

red 75 ◦ green 64 ◦ blue 136

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

Shades of Dark Slate Blue #4B4088

Tints of Dark Slate Blue #4B4088

RGB

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

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

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

R = 27.27%
G = 23.27%
B = 49.45%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B4088 (or 0x4B4088) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 88. RGB value is (75,64,136). Sum of RGB (Red+Green+Blue) = 75+64+136=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B4088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4088 is #B4BF77. Grayscale: #4B4B4B. Windows color (decimal): -11845496 or 8929355. OLE color: 8929355.

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

Color convert

RGB 75 64 136 -
CMYK 0.45 0.53 0 0.47
HSL 249.17º 0.36% 0.39% -
HSV(B) 249.17º 0.53% 0.53% -
XYZ 9.18 6.94 24.15 -
YUV 75.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 75 64 136 0.45 0.53 0 0.47 249.17 0.36 0.39
Hex 4B 40 88 2D 35 0 2F F9 24 27
Octal 113 100 210 55 65 0 57 371 44 47
Binary 1001011 1000000 10001000 101101 110101 0 101111 11111001 100100 100111

Color Harmonies of #4B4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4088

Black with #4B4088

Text Example


Text Example

White with #4B4088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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