#474395

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

Shades of Dark Slate Blue #474395

Tints of Dark Slate Blue #474395

Color information

#474395 (or 0x474395) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 95. RGB value is (71,67,149). Sum of RGB (Red+Green+Blue) = 71+67+149=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #474395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474395 is #B8BC6A. Grayscale: #4D4D4D. Windows color (decimal): -12106859 or 9782087. OLE color: 9782087.

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

Color convert

RGB7167149-
CMYK0.520.5500.42
HSL242.93º37.96%42.35%-
HSV(B)242.93º55.03%58.43%-
XYZ10.037.5229.36-
YUV77.54168.33123.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=24.74%
G=23.34%
B=51.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71671490.520.5500.42242.9337.9642.35
Hex474395343702Af3262a
Octal10710322564670523634652
Binary1000111100001110010101110100110111010101011110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474395; }

 p { color: rgb(71,67,149); }

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

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

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

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

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

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

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