#454199

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

Shades of Dark Slate Blue #454199

Tints of Dark Slate Blue #454199

Color information

#454199 (or 0x454199) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 99. RGB value is (69,65,153). Sum of RGB (Red+Green+Blue) = 69+65+153=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #454199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454199 is #BABE66. Grayscale: #4B4B4B. Windows color (decimal): -12238439 or 10043717. OLE color: 10043717.

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

Color convert

RGB6965153-
CMYK0.550.5800.4
HSL242.73º40.37%42.75%-
HSV(B)242.73º57.52%60%-
XYZ10.097.3531.02-
YUV76.23171.33122.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=24.04%
G=22.65%
B=53.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69651530.550.5800.4242.7340.3742.75
Hex454199373A028f3282b
Octal10510123167720503635053
Binary1000101100000110011001110111111010010100011110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454199; }

 p { color: rgb(69,65,153); }

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

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

 a { background-color: rgb(69,65,153); }

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

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

 span { border-color: rgb(69,65,153); }

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