Html Css Color HEX #473683 Dark Slate Blue

📋 copy color: '#473683'

red 71 ◦ green 54 ◦ blue 131

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

Shades of Dark Slate Blue #473683

Tints of Dark Slate Blue #473683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 131 (51.56% from 255) = 51.17%

R = 27.73%
G = 21.09%
B = 51.17%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473683 (or 0x473683) is known color: Dark Slate Blue. HEX triplet: 47, 36 and 83. RGB value is (71,54,131). Sum of RGB (Red+Green+Blue) = 71+54+131=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #473683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473683 is #B8C97C. Grayscale: #434343. Windows color (decimal): -12110205 or 8599111. OLE color: 8599111.

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

Color convert

RGB 71 54 131 -
CMYK 0.46 0.59 0 0.49
HSL 253.25º 0.42% 0.36% -
HSV(B) 253.25º 0.59% 0.51% -
XYZ 8.01 5.62 22.13 -
YUV 67.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 71 54 131 0.46 0.59 0 0.49 253.25 0.42 0.36
Hex 47 36 83 2E 3B 0 31 FD 2A 24
Octal 107 66 203 56 73 0 61 375 52 44
Binary 1000111 110110 10000011 101110 111011 0 110001 11111101 101010 100100

Color Harmonies of #473683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473683

Black with #473683

Text Example


Text Example

White with #473683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473683; }

 p { color: rgb(71,54,131); }

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

background-color css

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

 a { background-color: rgb(71,54,131); }

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

border-color css

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

 span { border-color: rgb(71,54,131); }

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