#47439B

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

Shades of Dark Slate Blue #47439B

Tints of Dark Slate Blue #47439B

Color information

#47439B (or 0x47439B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 9B. RGB value is (71,67,155). Sum of RGB (Red+Green+Blue) = 71+67+155=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #47439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47439B is #B8BC64. Grayscale: #4D4D4D. Windows color (decimal): -12106853 or 10175303. OLE color: 10175303.

HSL color Cylindrical-coordinate representation of color #47439B: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47439B is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7167155-
CMYK0.540.5700.39
HSL242.73º39.64%43.53%-
HSV(B)242.73º56.77%60.78%-
XYZ10.527.7231.95-
YUV78.23171.33122.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=24.23%
G=22.87%
B=52.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71671550.540.5700.39242.7339.6443.53
Hex47439B3639027f3282c
Octal10710323366710473635054
Binary1000111100001110011011110110111001010011111110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47439B; }

 p { color: rgb(71,67,155); }

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

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

 a { background-color: rgb(71,67,155); }

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

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

 span { border-color: rgb(71,67,155); }

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