#454395

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

Shades of Dark Slate Blue #454395

Tints of Dark Slate Blue #454395

Color information

#454395 (or 0x454395) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 43 and 95. RGB value is (69,67,149). Sum of RGB (Red+Green+Blue) = 69+67+149=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #454395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454395 is #BABC6A. Grayscale: #4C4C4C. Windows color (decimal): -12237931 or 9782085. OLE color: 9782085.

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

Color convert

RGB6967149-
CMYK0.540.5500.42
HSL241.46º37.96%42.35%-
HSV(B)241.46º55.03%58.43%-
XYZ9.897.4529.35-
YUV76.95168.66122.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=24.21%
G=23.51%
B=52.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69671490.540.5500.42241.4637.9642.35
Hex454395363702Af1262a
Octal10510322566670523614652
Binary1000101100001110010101110110110111010101011110001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454395; }

 p { color: rgb(69,67,149); }

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

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

 a { background-color: rgb(69,67,149); }

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

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

 span { border-color: rgb(69,67,149); }

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