Html Css Color HEX #473583 Dark Slate Blue

📋 copy color: '#473583'

red 71 ◦ green 53 ◦ blue 131

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

Shades of Dark Slate Blue #473583

Tints of Dark Slate Blue #473583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 27.84%
G = 20.78%
B = 51.37%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473583 (or 0x473583) is known color: Dark Slate Blue. HEX triplet: 47, 35 and 83. RGB value is (71,53,131). Sum of RGB (Red+Green+Blue) = 71+53+131=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #473583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473583 is #B8CA7C. Grayscale: #424242. Windows color (decimal): -12110461 or 8598855. OLE color: 8598855.

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

Color convert

RGB 71 53 131 -
CMYK 0.46 0.60 0 0.49
HSL 253.85º 0.42% 0.36% -
HSV(B) 253.85º 0.6% 0.51% -
XYZ 7.97 5.52 22.12 -
YUV 67.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 71 53 131 0.46 0.60 0 0.49 253.85 0.42 0.36
Hex 47 35 83 2E 3C 0 31 FE 2A 24
Octal 107 65 203 56 74 0 61 376 52 44
Binary 1000111 110101 10000011 101110 111100 0 110001 11111110 101010 100100

Color Harmonies of #473583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473583

Black with #473583

Text Example


Text Example

White with #473583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473583; }

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

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

background-color css

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

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

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

border-color css

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

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

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