Html Css Color HEX #474482 Dark Slate Blue

📋 copy color: '#474482'

red 71 ◦ green 68 ◦ blue 130

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

Shades of Dark Slate Blue #474482

Tints of Dark Slate Blue #474482

RGB

 RED value IS 71 (28.13% from 255) = 26.39%

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

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

R = 26.39%
G = 25.28%
B = 48.33%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474482 (or 0x474482) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 82. RGB value is (71,68,130). Sum of RGB (Red+Green+Blue) = 71+68+130=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #474482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474482 is #B8BB7D. Grayscale: #4B4B4B. Windows color (decimal): -12106622 or 8537159. OLE color: 8537159.

HSL color Cylindrical-coordinate representation of color #474482: hue angle of 242.9º 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 #474482 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 68 130 -
CMYK 0.45 0.48 0 0.49
HSL 242.9º 0.31% 0.39% -
HSV(B) 242.9º 0.48% 0.51% -
XYZ 8.69 7.09 22.03 -
YUV 75.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 71 68 130 0.45 0.48 0 0.49 242.9 0.31 0.39
Hex 47 44 82 2D 30 0 31 F3 1F 27
Octal 107 104 202 55 60 0 61 363 37 47
Binary 1000111 1000100 10000010 101101 110000 0 110001 11110011 11111 100111

Color Harmonies of #474482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474482

Black with #474482

Text Example


Text Example

White with #474482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474482; }

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

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

background-color css

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

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

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

border-color css

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

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

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