#45419E

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

Shades of Dark Slate Blue #45419E

Tints of Dark Slate Blue #45419E

Color information

#45419E (or 0x45419E) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 41 and 9E. RGB value is (69,65,158). Sum of RGB (Red+Green+Blue) = 69+65+158=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #45419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45419E is #BABE61. Grayscale: #4C4C4C. Windows color (decimal): -12238434 or 10371397. OLE color: 10371397.

HSL color Cylindrical-coordinate representation of color #45419E: hue angle of 242.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45419E is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6965158-
CMYK0.560.5900.38
HSL242.58º41.7%43.73%-
HSV(B)242.58º58.86%61.96%-
XYZ10.527.5133.24-
YUV76.8173.83122.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=23.63%
G=22.26%
B=54.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69651580.560.5900.38242.5841.743.73
Hex45419E383B026f32a2c
Octal10510123670730463635254
Binary1000101100000110011110111000111011010011011110011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45419E; }

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

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

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

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

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

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

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

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