Html Css Color HEX #473786 Dark Slate Blue

📋 copy color: '#473786'

red 71 ◦ green 55 ◦ blue 134

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

Shades of Dark Slate Blue #473786

Tints of Dark Slate Blue #473786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.54%

R = 27.31%
G = 21.15%
B = 51.54%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473786 (or 0x473786) is known color: Dark Slate Blue. HEX triplet: 47, 37 and 86. RGB value is (71,55,134). Sum of RGB (Red+Green+Blue) = 71+55+134=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #473786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473786 is #B8C879. Grayscale: #444444. Windows color (decimal): -12109946 or 8795975. OLE color: 8795975.

HSL color Cylindrical-coordinate representation of color #473786: hue angle of 252.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473786 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 55 134 -
CMYK 0.47 0.59 0 0.47
HSL 252.15º 0.42% 0.37% -
HSV(B) 252.15º 0.59% 0.53% -
XYZ 8.27 5.79 23.24 -
YUV 68.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 71 55 134 0.47 0.59 0 0.47 252.15 0.42 0.37
Hex 47 37 86 2F 3B 0 2F FC 2A 25
Octal 107 67 206 57 73 0 57 374 52 45
Binary 1000111 110111 10000110 101111 111011 0 101111 11111100 101010 100101

Color Harmonies of #473786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473786

Black with #473786

Text Example


Text Example

White with #473786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473786; }

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

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

background-color css

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

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

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

border-color css

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

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

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