Html Css Color HEX #4B4280 Dark Slate Blue

📋 copy color: '#4B4280'

red 75 ◦ green 66 ◦ blue 128

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

Shades of Dark Slate Blue #4B4280

Tints of Dark Slate Blue #4B4280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 27.88%
G = 24.54%
B = 47.58%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B4280 (or 0x4B4280) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 80. RGB value is (75,66,128). Sum of RGB (Red+Green+Blue) = 75+66+128=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B4280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4280 is #B4BD7F. Grayscale: #4B4B4B. Windows color (decimal): -11844992 or 8405579. OLE color: 8405579.

HSL color Cylindrical-coordinate representation of color #4B4280: hue angle of 248.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B4280 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 66 128 -
CMYK 0.41 0.48 0 0.50
HSL 248.71º 0.32% 0.38% -
HSV(B) 248.71º 0.48% 0.5% -
XYZ 8.75 6.95 21.3 -
YUV 75.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 75 66 128 0.41 0.48 0 0.50 248.71 0.32 0.38
Hex 4B 42 80 29 30 0 32 F9 20 26
Octal 113 102 200 51 60 0 62 371 40 46
Binary 1001011 1000010 10000000 101001 110000 0 110010 11111001 100000 100110

Color Harmonies of #4B4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4280

Black with #4B4280

Text Example


Text Example

White with #4B4280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,128); }

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

background-color css

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

 a { background-color: rgb(75,66,128); }

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

border-color css

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

 span { border-color: rgb(75,66,128); }

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