#454183

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

Shades of Dark Slate Blue #454183

Tints of Dark Slate Blue #454183

Color information

#454183 (or 0x454183) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 83. RGB value is (69,65,131). Sum of RGB (Red+Green+Blue) = 69+65+131=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #454183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454183 is #BABE7C. Grayscale: #494949. Windows color (decimal): -12238461 or 8601925. OLE color: 8601925.

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

Color convert

RGB6965131-
CMYK0.470.5000.49
HSL243.64º33.67%38.43%-
HSV(B)243.64º50.38%51.37%-
XYZ8.446.6822.32-
YUV73.72160.33124.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=26.04%
G=24.53%
B=49.43%

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
Decimal69651310.470.5000.49243.6433.6738.43
Hex4541832F32031f42226
Octal10510120357620613644246
Binary1000101100000110000011101111110010011000111110100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454183; }

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

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

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

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

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

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

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

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