Html Css Color HEX #473880 Dark Slate Blue

📋 copy color: '#473880'

red 71 ◦ green 56 ◦ blue 128

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

Shades of Dark Slate Blue #473880

Tints of Dark Slate Blue #473880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 27.84%
G = 21.96%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#473880 (or 0x473880) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 80. RGB value is (71,56,128). Sum of RGB (Red+Green+Blue) = 71+56+128=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #473880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473880 is #B8C77F. Grayscale: #444444. Windows color (decimal): -12109696 or 8403015. OLE color: 8403015.

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

Color convert

RGB 71 56 128 -
CMYK 0.45 0.56 0 0.50
HSL 252.5º 0.39% 0.36% -
HSV(B) 252.5º 0.56% 0.5% -
XYZ 7.91 5.73 21.11 -
YUV 68.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 71 56 128 0.45 0.56 0 0.50 252.5 0.39 0.36
Hex 47 38 80 2D 38 0 32 FD 27 24
Octal 107 70 200 55 70 0 62 375 47 44
Binary 1000111 111000 10000000 101101 111000 0 110010 11111101 100111 100100

Color Harmonies of #473880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473880

Black with #473880

Text Example


Text Example

White with #473880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473880; }

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

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

background-color css

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

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

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

border-color css

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

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

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