Html Css Color HEX #454295 Dark Slate Blue

📋 copy color: '#454295'

red 69 ◦ green 66 ◦ blue 149

#454295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #454295

Tints of Dark Slate Blue #454295

RGB

 RED value IS 69 (27.34% from 255) = 24.3%

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 24.3%
G = 23.24%
B = 52.46%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454295 (or 0x454295) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 95. RGB value is (69,66,149). Sum of RGB (Red+Green+Blue) = 69+66+149=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #454295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454295 is #BABD6A. Grayscale: #4C4C4C. Windows color (decimal): -12238187 or 9781829. OLE color: 9781829.

HSL color Cylindrical-coordinate representation of color #454295: hue angle of 242.17º 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 #454295 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 66 149 -
CMYK 0.54 0.56 0 0.42
HSL 242.17º 0.39% 0.42% -
HSV(B) 242.17º 0.56% 0.58% -
XYZ 9.83 7.33 29.33 -
YUV 76.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 69 66 149 0.54 0.56 0 0.42 242.17 0.39 0.42
Hex 45 42 95 36 38 0 2A F2 27 2A
Octal 105 102 225 66 70 0 52 362 47 52
Binary 1000101 1000010 10010101 110110 111000 0 101010 11110010 100111 101010

Color Harmonies of #454295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454295

Black with #454295

Text Example


Text Example

White with #454295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454295; }

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

 H1.HeaderClassName
 {
   color: #454295;
 }
 .AnyTagClassName
 {
   color: #454295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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