Html Css Color HEX #473484 Dark Slate Blue

📋 copy color: '#473484'

red 71 ◦ green 52 ◦ blue 132

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

Shades of Dark Slate Blue #473484

Tints of Dark Slate Blue #473484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 27.84%
G = 20.39%
B = 51.76%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#473484 (or 0x473484) is known color: Dark Slate Blue. HEX triplet: 47, 34 and 84. RGB value is (71,52,132). Sum of RGB (Red+Green+Blue) = 71+52+132=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #473484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473484 is #B8CB7B. Grayscale: #424242. Windows color (decimal): -12110716 or 8664135. OLE color: 8664135.

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

Color convert

RGB 71 52 132 -
CMYK 0.46 0.61 0 0.48
HSL 254.25º 0.43% 0.36% -
HSV(B) 254.25º 0.61% 0.52% -
XYZ 7.99 5.46 22.46 -
YUV 66.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 71 52 132 0.46 0.61 0 0.48 254.25 0.43 0.36
Hex 47 34 84 2E 3D 0 30 FE 2B 24
Octal 107 64 204 56 75 0 60 376 53 44
Binary 1000111 110100 10000100 101110 111101 0 110000 11111110 101011 100100

Color Harmonies of #473484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473484

Black with #473484

Text Example


Text Example

White with #473484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473484; }

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

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

background-color css

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

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

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

border-color css

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

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

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