Html Css Color HEX #454595 Dark Slate Blue

📋 copy color: '#454595'

red 69 ◦ green 69 ◦ blue 149

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

Shades of Dark Slate Blue #454595

Tints of Dark Slate Blue #454595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 24.04%
G = 24.04%
B = 51.92%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454595 (or 0x454595) is known color: Dark Slate Blue. HEX triplet: 45, 45 and 95. RGB value is (69,69,149). Sum of RGB (Red+Green+Blue) = 69+69+149=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #454595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454595 is #BABA6A. Grayscale: #4D4D4D. Windows color (decimal): -12237419 or 9782597. OLE color: 9782597.

HSL color Cylindrical-coordinate representation of color #454595: hue angle of 240º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454595 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 69 149 -
CMYK 0.54 0.54 0 0.42
HSL 240º 0.37% 0.43% -
HSV(B) 240º 0.54% 0.58% -
XYZ 10.01 7.69 29.39 -
YUV 78.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 69 69 149 0.54 0.54 0 0.42 240 0.37 0.43
Hex 45 45 95 36 36 0 2A F0 25 2B
Octal 105 105 225 66 66 0 52 360 45 53
Binary 1000101 1000101 10010101 110110 110110 0 101010 11110000 100101 101011

Color Harmonies of #454595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454595

Black with #454595

Text Example


Text Example

White with #454595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454595; }

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

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

background-color css

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

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

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

border-color css

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

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

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