Html Css Color HEX #473B82 Dark Slate Blue

📋 copy color: '#473B82'

red 71 ◦ green 59 ◦ blue 130

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

Shades of Dark Slate Blue #473B82

Tints of Dark Slate Blue #473B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

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

R = 27.31%
G = 22.69%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473B82 (or 0x473B82) is known color: Dark Slate Blue. HEX triplet: 47, 3B and 82. RGB value is (71,59,130). Sum of RGB (Red+Green+Blue) = 71+59+130=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #473B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B82 is #B8C47D. Grayscale: #464646. Windows color (decimal): -12108926 or 8534855. OLE color: 8534855.

HSL color Cylindrical-coordinate representation of color #473B82: hue angle of 250.14º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473B82 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 59 130 -
CMYK 0.45 0.55 0 0.49
HSL 250.14º 0.38% 0.37% -
HSV(B) 250.14º 0.55% 0.51% -
XYZ 8.19 6.08 21.86 -
YUV 70.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 71 59 130 0.45 0.55 0 0.49 250.14 0.38 0.37
Hex 47 3B 82 2D 37 0 31 FA 26 25
Octal 107 73 202 55 67 0 61 372 46 45
Binary 1000111 111011 10000010 101101 110111 0 110001 11111010 100110 100101

Color Harmonies of #473B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B82

Black with #473B82

Text Example


Text Example

White with #473B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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