#47498C

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

Shades of Dark Slate Blue #47498C

Tints of Dark Slate Blue #47498C

Color information

#47498C (or 0x47498C) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 49 and 8C. RGB value is (71,73,140). Sum of RGB (Red+Green+Blue) = 71+73+140=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #47498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47498C is #B8B673. Grayscale: #4F4F4F. Windows color (decimal): -12105332 or 9193799. OLE color: 9193799.

HSL color Cylindrical-coordinate representation of color #47498C: hue angle of 238.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47498C is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7173140-
CMYK0.490.4800.45
HSL238.26º32.7%41.37%-
HSV(B)238.26º49.29%54.9%-
XYZ9.71825.84-
YUV80.04161.84121.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=25%
G=25.70%
B=49.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71731400.490.4800.45238.2632.741.37
Hex47498C313002Dee2129
Octal10711121461600553564151
Binary1000111100100110001100110001110000010110111101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,73,140); }

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

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

 a { background-color: rgb(71,73,140); }

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

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

 span { border-color: rgb(71,73,140); }

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