#474083

Color #474083 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #474083

Tints of Dark Slate Blue #474083

Color information

#474083 (or 0x474083) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 83. RGB value is (71,64,131). Sum of RGB (Red+Green+Blue) = 71+64+131=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #474083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474083 is #B8BF7C. Grayscale: #494949. Windows color (decimal): -12107645 or 8601671. OLE color: 8601671.

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

Color convert

RGB7164131-
CMYK0.460.5100.49
HSL246.27º34.36%38.24%-
HSV(B)246.27º51.15%51.37%-
XYZ8.536.6522.31-
YUV73.73160.32126.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=26.69%
G=24.06%
B=49.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71641310.460.5100.49246.2734.3638.24
Hex4740832E33031f62226
Octal10710020356630613664246
Binary1000111100000010000011101110110011011000111110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474083; }

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

 H1.HeaderClassName
 {
   color: #474083;
 }
 .AnyTagClassName
 {
   color: #474083;
 }
</style>
background-color css

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

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

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

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

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

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