#454288

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

Shades of Dark Slate Blue #454288

Tints of Dark Slate Blue #454288

Color information

#454288 (or 0x454288) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 88. RGB value is (69,66,136). Sum of RGB (Red+Green+Blue) = 69+66+136=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #454288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454288 is #BABD77. Grayscale: #4A4A4A. Windows color (decimal): -12238200 or 8929861. OLE color: 8929861.

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

Color convert

RGB6966136-
CMYK0.490.5100.47
HSL242.57º34.65%39.61%-
HSV(B)242.57º51.47%53.33%-
XYZ8.856.9424.17-
YUV74.88162.49123.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=25.46%
G=24.35%
B=50.18%

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
Decimal69661360.490.5100.47242.5734.6539.61
Hex454288313302Ff32328
Octal10510221061630573634350
Binary1000101100001010001000110001110011010111111110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454288; }

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

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

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

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

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

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

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

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