#454182

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

Shades of Dark Slate Blue #454182

Tints of Dark Slate Blue #454182

Color information

#454182 (or 0x454182) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 82. RGB value is (69,65,130). Sum of RGB (Red+Green+Blue) = 69+65+130=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #454182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454182 is #BABE7D. Grayscale: #494949. Windows color (decimal): -12238462 or 8536389. OLE color: 8536389.

HSL color Cylindrical-coordinate representation of color #454182: hue angle of 243.69º degrees, saturation: 0.33, 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 #454182 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6965130-
CMYK0.470.5000.49
HSL243.69º33.33%38.24%-
HSV(B)243.69º50%50.98%-
XYZ8.376.6621.96-
YUV73.61159.83124.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=26.14%
G=24.62%
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
Decimal69651300.470.5000.49243.6933.3338.24
Hex4541822F32031f42126
Octal10510120257620613644146
Binary1000101100000110000010101111110010011000111110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454182; }

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

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

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

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

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

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

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

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