#474194

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

Shades of Dark Slate Blue #474194

Tints of Dark Slate Blue #474194

Color information

#474194 (or 0x474194) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 94. RGB value is (71,65,148). Sum of RGB (Red+Green+Blue) = 71+65+148=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #474194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474194 is #B8BE6B. Grayscale: #4B4B4B. Windows color (decimal): -12107372 or 9716039. OLE color: 9716039.

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

Color convert

RGB7165148-
CMYK0.520.5600.42
HSL244.34º38.97%41.76%-
HSV(B)244.34º56.08%58.04%-
XYZ9.837.2628.9-
YUV76.26168.49124.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=25%
G=22.89%
B=52.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71651480.520.5600.42244.3438.9741.76
Hex474194343802Af4272a
Octal10710122464700523644752
Binary1000111100000110010100110100111000010101011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474194; }

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

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

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

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

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

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

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

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