#454298

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

Shades of Dark Slate Blue #454298

Tints of Dark Slate Blue #454298

Color information

#454298 (or 0x454298) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 42 and 98. RGB value is (69,66,152). Sum of RGB (Red+Green+Blue) = 69+66+152=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #454298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454298 is #BABD67. Grayscale: #4C4C4C. Windows color (decimal): -12238184 or 9978437. OLE color: 9978437.

HSL color Cylindrical-coordinate representation of color #454298: hue angle of 242.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #454298 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6966152-
CMYK0.550.5700.40
HSL242.09º39.45%42.75%-
HSV(B)242.09º56.58%59.61%-
XYZ10.077.4330.61-
YUV76.7170.49122.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=24.04%
G=23.00%
B=52.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69661520.550.5700.40242.0939.4542.75
Hex4542983739028f2272b
Octal10510223067710503624753
Binary1000101100001010011000110111111001010100011110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454298; }

 p { color: rgb(69,66,152); }

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

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

 a { background-color: rgb(69,66,152); }

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

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

 span { border-color: rgb(69,66,152); }

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