Html Css Color HEX #473782 Dark Slate Blue

📋 copy color: '#473782'

red 71 ◦ green 55 ◦ blue 130

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

Shades of Dark Slate Blue #473782

Tints of Dark Slate Blue #473782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 27.73%
G = 21.48%
B = 50.78%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473782 (or 0x473782) is known color: Dark Slate Blue. HEX triplet: 47, 37 and 82. RGB value is (71,55,130). Sum of RGB (Red+Green+Blue) = 71+55+130=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #473782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473782 is #B8C87D. Grayscale: #444444. Windows color (decimal): -12109950 or 8533831. OLE color: 8533831.

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

Color convert

RGB 71 55 130 -
CMYK 0.45 0.58 0 0.49
HSL 252.8º 0.41% 0.36% -
HSV(B) 252.8º 0.58% 0.51% -
XYZ 7.99 5.68 21.79 -
YUV 68.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 71 55 130 0.45 0.58 0 0.49 252.8 0.41 0.36
Hex 47 37 82 2D 3A 0 31 FD 29 24
Octal 107 67 202 55 72 0 61 375 51 44
Binary 1000111 110111 10000010 101101 111010 0 110001 11111101 101001 100100

Color Harmonies of #473782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473782

Black with #473782

Text Example


Text Example

White with #473782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473782; }

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

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

background-color css

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

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

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

border-color css

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

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

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