Html Css Color HEX #473984 Dark Slate Blue

📋 copy color: '#473984'

red 71 ◦ green 57 ◦ blue 132

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

Shades of Dark Slate Blue #473984

Tints of Dark Slate Blue #473984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 27.31%
G = 21.92%
B = 50.77%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#473984 (or 0x473984) is known color: Dark Slate Blue. HEX triplet: 47, 39 and 84. RGB value is (71,57,132). Sum of RGB (Red+Green+Blue) = 71+57+132=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #473984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473984 is #B8C67B. Grayscale: #454545. Windows color (decimal): -12109436 or 8665415. OLE color: 8665415.

HSL color Cylindrical-coordinate representation of color #473984: hue angle of 251.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #473984 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 57 132 -
CMYK 0.46 0.57 0 0.48
HSL 251.2º 0.4% 0.37% -
HSV(B) 251.2º 0.57% 0.52% -
XYZ 8.23 5.93 22.54 -
YUV 69.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 71 57 132 0.46 0.57 0 0.48 251.2 0.4 0.37
Hex 47 39 84 2E 39 0 30 FB 28 25
Octal 107 71 204 56 71 0 60 373 50 45
Binary 1000111 111001 10000100 101110 111001 0 110000 11111011 101000 100101

Color Harmonies of #473984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473984

Black with #473984

Text Example


Text Example

White with #473984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473984; }

 p { color: rgb(71,57,132); }

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

background-color css

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

 a { background-color: rgb(71,57,132); }

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

border-color css

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

 span { border-color: rgb(71,57,132); }

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