Html Css Color HEX #4B408C Dark Slate Blue

📋 copy color: '#4B408C'

red 75 ◦ green 64 ◦ blue 140

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

Shades of Dark Slate Blue #4B408C

Tints of Dark Slate Blue #4B408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 26.88%
G = 22.94%
B = 50.18%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B408C (or 0x4B408C) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 8C. RGB value is (75,64,140). Sum of RGB (Red+Green+Blue) = 75+64+140=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B408C is #B4BF73. Grayscale: #4B4B4B. Windows color (decimal): -11845492 or 9191499. OLE color: 9191499.

HSL color Cylindrical-coordinate representation of color #4B408C: hue angle of 248.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B408C is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 64 140 -
CMYK 0.46 0.54 0 0.45
HSL 248.68º 0.37% 0.4% -
HSV(B) 248.68º 0.54% 0.55% -
XYZ 9.47 7.06 25.67 -
YUV 75.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 75 64 140 0.46 0.54 0 0.45 248.68 0.37 0.4
Hex 4B 40 8C 2E 36 0 2D F9 25 28
Octal 113 100 214 56 66 0 55 371 45 50
Binary 1001011 1000000 10001100 101110 110110 0 101101 11111001 100101 101000

Color Harmonies of #4B408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B408C

Black with #4B408C

Text Example


Text Example

White with #4B408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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