#464298

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

Shades of Dark Slate Blue #464298

Tints of Dark Slate Blue #464298

Color information

#464298 (or 0x464298) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 98. RGB value is (70,66,152). Sum of RGB (Red+Green+Blue) = 70+66+152=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #464298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464298 is #B9BD67. Grayscale: #4C4C4C. Windows color (decimal): -12172648 or 9978438. OLE color: 9978438.

HSL color Cylindrical-coordinate representation of color #464298: hue angle of 242.79º 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 #464298 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7066152-
CMYK0.540.5700.40
HSL242.79º39.45%42.75%-
HSV(B)242.79º56.58%59.61%-
XYZ10.147.4730.61-
YUV77170.33123.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=24.31%
G=22.92%
B=52.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70661520.540.5700.40242.7939.4542.75
Hex4642983639028f3272b
Octal10610223066710503634753
Binary1000110100001010011000110110111001010100011110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464298; }

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

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

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

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

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

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

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

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