Html Css Color HEX #4A4482 Dark Slate Blue

📋 copy color: '#4A4482'

red 74 ◦ green 68 ◦ blue 130

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

Shades of Dark Slate Blue #4A4482

Tints of Dark Slate Blue #4A4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 27.21%
G = 25%
B = 47.79%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A4482 (or 0x4A4482) is known color: Dark Slate Blue. HEX triplet: 4A, 44 and 82. RGB value is (74,68,130). Sum of RGB (Red+Green+Blue) = 74+68+130=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A4482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4482 is #B5BB7D. Grayscale: #4C4C4C. Windows color (decimal): -11910014 or 8537162. OLE color: 8537162.

HSL color Cylindrical-coordinate representation of color #4A4482: hue angle of 245.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A4482 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 68 130 -
CMYK 0.43 0.48 0 0.49
HSL 245.81º 0.31% 0.39% -
HSV(B) 245.81º 0.48% 0.51% -
XYZ 8.92 7.2 22.04 -
YUV 76.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 74 68 130 0.43 0.48 0 0.49 245.81 0.31 0.39
Hex 4A 44 82 2B 30 0 31 F6 1F 27
Octal 112 104 202 53 60 0 61 366 37 47
Binary 1001010 1000100 10000010 101011 110000 0 110001 11110110 11111 100111

Color Harmonies of #4A4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4482

Black with #4A4482

Text Example


Text Example

White with #4A4482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,130); }

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

background-color css

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

 a { background-color: rgb(74,68,130); }

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

border-color css

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

 span { border-color: rgb(74,68,130); }

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