#474298

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

Shades of Dark Slate Blue #474298

Tints of Dark Slate Blue #474298

Color information

#474298 (or 0x474298) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 42 and 98. RGB value is (71,66,152). Sum of RGB (Red+Green+Blue) = 71+66+152=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #474298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474298 is #B8BD67. Grayscale: #4C4C4C. Windows color (decimal): -12107112 or 9978439. OLE color: 9978439.

HSL color Cylindrical-coordinate representation of color #474298: hue angle of 243.49º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #474298 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7166152-
CMYK0.530.5700.40
HSL243.49º39.45%42.75%-
HSV(B)243.49º56.58%59.61%-
XYZ10.217.530.62-
YUV77.3170.16123.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=24.57%
G=22.84%
B=52.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71661520.530.5700.40243.4939.4542.75
Hex4742983539028f3272b
Octal10710223065710503634753
Binary1000111100001010011000110101111001010100011110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474298; }

 p { color: rgb(71,66,152); }

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

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

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

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

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

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

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