#454195

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

Shades of Dark Slate Blue #454195

Tints of Dark Slate Blue #454195

Color information

#454195 (or 0x454195) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 95. RGB value is (69,65,149). Sum of RGB (Red+Green+Blue) = 69+65+149=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #454195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454195 is #BABE6A. Grayscale: #4B4B4B. Windows color (decimal): -12238443 or 9781573. OLE color: 9781573.

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

Color convert

RGB6965149-
CMYK0.540.5600.42
HSL242.86º39.25%41.96%-
HSV(B)242.86º56.38%58.43%-
XYZ9.777.2229.31-
YUV75.77169.33123.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=24.38%
G=22.97%
B=52.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69651490.540.5600.42242.8639.2541.96
Hex454195363802Af3272a
Octal10510122566700523634752
Binary1000101100000110010101110110111000010101011110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454195; }

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

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

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

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

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

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

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

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