#47439C

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

Shades of Dark Slate Blue #47439C

Tints of Dark Slate Blue #47439C

Color information

#47439C (or 0x47439C) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 9C. RGB value is (71,67,156). Sum of RGB (Red+Green+Blue) = 71+67+156=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #47439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47439C is #B8BC63. Grayscale: #4D4D4D. Windows color (decimal): -12106852 or 10240839. OLE color: 10240839.

HSL color Cylindrical-coordinate representation of color #47439C: hue angle of 242.7º 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 #47439C is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7167156-
CMYK0.540.5700.39
HSL242.7º39.91%43.73%-
HSV(B)242.7º57.05%61.18%-
XYZ10.617.7532.39-
YUV78.34171.83122.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=24.15%
G=22.79%
B=53.06%

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
Decimal71671560.540.5700.39242.739.9143.73
Hex47439C3639027f3282c
Octal10710323466710473635054
Binary1000111100001110011100110110111001010011111110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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