#474794

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

Shades of Dark Slate Blue #474794

Tints of Dark Slate Blue #474794

Color information

#474794 (or 0x474794) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 47 and 94. RGB value is (71,71,148). Sum of RGB (Red+Green+Blue) = 71+71+148=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #474794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474794 is #B8B86B. Grayscale: #4F4F4F. Windows color (decimal): -12105836 or 9717575. OLE color: 9717575.

HSL color Cylindrical-coordinate representation of color #474794: hue angle of 240º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474794 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7171148-
CMYK0.520.5200.42
HSL240º35.16%42.94%-
HSV(B)240º52.03%58.04%-
XYZ10.27.9829.02-
YUV79.78166.5121.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=24.48%
G=24.48%
B=51.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71711480.520.5200.4224035.1642.94
Hex474794343402Af0232b
Octal10710722464640523604353
Binary1000111100011110010100110100110100010101011110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474794; }

 p { color: rgb(71,71,148); }

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

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

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

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

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

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

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