Html Css Color HEX #473781 Dark Slate Blue

📋 copy color: '#473781'

red 71 ◦ green 55 ◦ blue 129

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

Shades of Dark Slate Blue #473781

Tints of Dark Slate Blue #473781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.59%

R = 27.84%
G = 21.57%
B = 50.59%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473781 (or 0x473781) is known color: Dark Slate Blue. HEX triplet: 47, 37 and 81. RGB value is (71,55,129). Sum of RGB (Red+Green+Blue) = 71+55+129=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #473781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473781 is #B8C87E. Grayscale: #434343. Windows color (decimal): -12109951 or 8468295. OLE color: 8468295.

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

Color convert

RGB 71 55 129 -
CMYK 0.45 0.57 0 0.49
HSL 252.97º 0.4% 0.36% -
HSV(B) 252.97º 0.57% 0.51% -
XYZ 7.93 5.66 21.44 -
YUV 68.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 71 55 129 0.45 0.57 0 0.49 252.97 0.4 0.36
Hex 47 37 81 2D 39 0 31 FD 28 24
Octal 107 67 201 55 71 0 61 375 50 44
Binary 1000111 110111 10000001 101101 111001 0 110001 11111101 101000 100100

Color Harmonies of #473781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473781

Black with #473781

Text Example


Text Example

White with #473781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473781; }

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

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

background-color css

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

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

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

border-color css

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

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

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