Html Css Color HEX #474082 Dark Slate Blue

📋 copy color: '#474082'

red 71 ◦ green 64 ◦ blue 130

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

Shades of Dark Slate Blue #474082

Tints of Dark Slate Blue #474082

RGB

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

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

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

R = 26.79%
G = 24.15%
B = 49.06%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474082 (or 0x474082) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 82. RGB value is (71,64,130). Sum of RGB (Red+Green+Blue) = 71+64+130=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #474082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474082 is #B8BF7D. Grayscale: #494949. Windows color (decimal): -12107646 or 8536135. OLE color: 8536135.

HSL color Cylindrical-coordinate representation of color #474082: hue angle of 246.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474082 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 64 130 -
CMYK 0.45 0.51 0 0.49
HSL 246.36º 0.34% 0.38% -
HSV(B) 246.36º 0.51% 0.51% -
XYZ 8.46 6.62 21.95 -
YUV 73.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 71 64 130 0.45 0.51 0 0.49 246.36 0.34 0.38
Hex 47 40 82 2D 33 0 31 F6 22 26
Octal 107 100 202 55 63 0 61 366 42 46
Binary 1000111 1000000 10000010 101101 110011 0 110001 11110110 100010 100110

Color Harmonies of #474082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474082

Black with #474082

Text Example


Text Example

White with #474082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474082; }

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

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

background-color css

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

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

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

border-color css

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

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

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