#454099

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

Shades of Dark Slate Blue #454099

Tints of Dark Slate Blue #454099

Color information

#454099 (or 0x454099) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 99. RGB value is (69,64,153). Sum of RGB (Red+Green+Blue) = 69+64+153=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #454099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454099 is #BABF66. Grayscale: #4B4B4B. Windows color (decimal): -12238695 or 10043461. OLE color: 10043461.

HSL color Cylindrical-coordinate representation of color #454099: hue angle of 243.37º degrees, saturation: 0.41, 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 #454099 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6964153-
CMYK0.550.5800.4
HSL243.37º41.01%42.55%-
HSV(B)243.37º58.17%60%-
XYZ10.047.2331-
YUV75.64171.66123.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=24.13%
G=22.38%
B=53.50%

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
Decimal69641530.550.5800.4243.3741.0142.55
Hex454099373A028f3292b
Octal10510023167720503635153
Binary1000101100000010011001110111111010010100011110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454099; }

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

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

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

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

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

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

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

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