#47449A

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

Shades of Dark Slate Blue #47449A

Tints of Dark Slate Blue #47449A

Color information

#47449A (or 0x47449A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 9A. RGB value is (71,68,154). Sum of RGB (Red+Green+Blue) = 71+68+154=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #47449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47449A is #B8BB65. Grayscale: #4E4E4E. Windows color (decimal): -12106598 or 10110023. OLE color: 10110023.

HSL color Cylindrical-coordinate representation of color #47449A: hue angle of 242.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47449A is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7168154-
CMYK0.540.5600.40
HSL242.09º38.74%43.53%-
HSV(B)242.09º55.84%60.39%-
XYZ10.57.8131.53-
YUV78.7170.49122.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=24.23%
G=23.21%
B=52.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71681540.540.5600.40242.0938.7443.53
Hex47449A3638028f2272c
Octal10710423266700503624754
Binary1000111100010010011010110110111000010100011110010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47449A; }

 p { color: rgb(71,68,154); }

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

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

 a { background-color: rgb(71,68,154); }

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

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

 span { border-color: rgb(71,68,154); }

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