#454081

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

Shades of Dark Slate Blue #454081

Tints of Dark Slate Blue #454081

Color information

#454081 (or 0x454081) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 40 and 81. RGB value is (69,64,129). Sum of RGB (Red+Green+Blue) = 69+64+129=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #454081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454081 is #BABF7E. Grayscale: #484848. Windows color (decimal): -12238719 or 8470597. OLE color: 8470597.

HSL color Cylindrical-coordinate representation of color #454081: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454081 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6964129-
CMYK0.470.5000.49
HSL244.62º33.68%37.84%-
HSV(B)244.62º50.39%50.59%-
XYZ8.256.5221.59-
YUV72.9159.66125.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=26.34%
G=24.43%
B=49.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69641290.470.5000.49244.6233.6837.84
Hex4540812F32031f52226
Octal10510020157620613654246
Binary1000101100000010000001101111110010011000111110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454081; }

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

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

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

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

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

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

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

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