Html Css Color HEX #473884 Dark Slate Blue

📋 copy color: '#473884'

red 71 ◦ green 56 ◦ blue 132

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

Shades of Dark Slate Blue #473884

Tints of Dark Slate Blue #473884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 27.41%
G = 21.62%
B = 50.97%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#473884 (or 0x473884) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 84. RGB value is (71,56,132). Sum of RGB (Red+Green+Blue) = 71+56+132=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #473884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473884 is #B8C77B. Grayscale: #444444. Windows color (decimal): -12109692 or 8665159. OLE color: 8665159.

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

Color convert

RGB 71 56 132 -
CMYK 0.46 0.58 0 0.48
HSL 251.84º 0.4% 0.37% -
HSV(B) 251.84º 0.58% 0.52% -
XYZ 8.18 5.83 22.52 -
YUV 69.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 71 56 132 0.46 0.58 0 0.48 251.84 0.4 0.37
Hex 47 38 84 2E 3A 0 30 FC 28 25
Octal 107 70 204 56 72 0 60 374 50 45
Binary 1000111 111000 10000100 101110 111010 0 110000 11111100 101000 100101

Color Harmonies of #473884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473884

Black with #473884

Text Example


Text Example

White with #473884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473884; }

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

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

background-color css

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

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

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

border-color css

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

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

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