Html Css Color HEX #4A4580 Dark Slate Blue

📋 copy color: '#4A4580'

red 74 ◦ green 69 ◦ blue 128

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

Shades of Dark Slate Blue #4A4580

Tints of Dark Slate Blue #4A4580

RGB

 RED value IS 74 (29.3% from 255) = 27.31%

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 27.31%
G = 25.46%
B = 47.23%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A4580 (or 0x4A4580) is known color: Dark Slate Blue. HEX triplet: 4A, 45 and 80. RGB value is (74,69,128). Sum of RGB (Red+Green+Blue) = 74+69+128=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4580 is #B5BA7F. Grayscale: #4C4C4C. Windows color (decimal): -11909760 or 8406346. OLE color: 8406346.

HSL color Cylindrical-coordinate representation of color #4A4580: hue angle of 245.08º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4580 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 69 128 -
CMYK 0.42 0.46 0 0.50
HSL 245.08º 0.3% 0.39% -
HSV(B) 245.08º 0.46% 0.5% -
XYZ 8.85 7.27 21.36 -
YUV 77.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 74 69 128 0.42 0.46 0 0.50 245.08 0.3 0.39
Hex 4A 45 80 2A 2E 0 32 F5 1E 27
Octal 112 105 200 52 56 0 62 365 36 47
Binary 1001010 1000101 10000000 101010 101110 0 110010 11110101 11110 100111

Color Harmonies of #4A4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4580

Black with #4A4580

Text Example


Text Example

White with #4A4580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,128); }

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

background-color css

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

 a { background-color: rgb(74,69,128); }

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

border-color css

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

 span { border-color: rgb(74,69,128); }

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