Html Css Color HEX #473B80 Dark Slate Blue

📋 copy color: '#473B80'

red 71 ◦ green 59 ◦ blue 128

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

Shades of Dark Slate Blue #473B80

Tints of Dark Slate Blue #473B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 27.52%
G = 22.87%
B = 49.61%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#473B80 (or 0x473B80) is known color: Dark Slate Blue. HEX triplet: 47, 3B and 80. RGB value is (71,59,128). Sum of RGB (Red+Green+Blue) = 71+59+128=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #473B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B80 is #B8C47F. Grayscale: #464646. Windows color (decimal): -12108928 or 8403783. OLE color: 8403783.

HSL color Cylindrical-coordinate representation of color #473B80: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473B80 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 59 128 -
CMYK 0.45 0.54 0 0.50
HSL 250.43º 0.37% 0.37% -
HSV(B) 250.43º 0.54% 0.5% -
XYZ 8.06 6.03 21.16 -
YUV 70.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 71 59 128 0.45 0.54 0 0.50 250.43 0.37 0.37
Hex 47 3B 80 2D 36 0 32 FA 25 25
Octal 107 73 200 55 66 0 62 372 45 45
Binary 1000111 111011 10000000 101101 110110 0 110010 11111010 100101 100101

Color Harmonies of #473B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B80

Black with #473B80

Text Example


Text Example

White with #473B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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