#474094

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

Shades of Dark Slate Blue #474094

Tints of Dark Slate Blue #474094

Color information

#474094 (or 0x474094) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 94. RGB value is (71,64,148). Sum of RGB (Red+Green+Blue) = 71+64+148=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #474094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474094 is #B8BF6B. Grayscale: #4B4B4B. Windows color (decimal): -12107628 or 9715783. OLE color: 9715783.

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

Color convert

RGB7164148-
CMYK0.520.5700.42
HSL245º39.62%41.57%-
HSV(B)245º56.76%58.04%-
XYZ9.787.1428.88-
YUV75.67168.82124.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=25.09%
G=22.61%
B=52.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71641480.520.5700.4224539.6241.57
Hex474094343902Af5282a
Octal10710022464710523655052
Binary1000111100000010010100110100111001010101011110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474094; }

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

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

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

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

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

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

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

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