#454287

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

Shades of Dark Slate Blue #454287

Tints of Dark Slate Blue #454287

Color information

#454287 (or 0x454287) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 87. RGB value is (69,66,135). Sum of RGB (Red+Green+Blue) = 69+66+135=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #454287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454287 is #BABD78. Grayscale: #4A4A4A. Windows color (decimal): -12238201 or 8864325. OLE color: 8864325.

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

Color convert

RGB6966135-
CMYK0.490.5100.47
HSL242.61º34.33%39.41%-
HSV(B)242.61º51.11%52.94%-
XYZ8.786.9123.79-
YUV74.76161.99123.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 135 (53.12% from 255) = 50%
R=25.56%
G=24.44%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69661350.490.5100.47242.6134.3339.41
Hex454287313302Ff32227
Octal10510220761630573634247
Binary1000101100001010000111110001110011010111111110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454287; }

 p { color: rgb(69,66,135); }

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

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

 a { background-color: rgb(69,66,135); }

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

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

 span { border-color: rgb(69,66,135); }

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