Html Css Color HEX #454592 Dark Slate Blue

📋 copy color: '#454592'

red 69 ◦ green 69 ◦ blue 146

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

Shades of Dark Slate Blue #454592

Tints of Dark Slate Blue #454592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 24.3%
G = 24.3%
B = 51.41%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#454592 (or 0x454592) is known color: Dark Slate Blue. HEX triplet: 45, 45 and 92. RGB value is (69,69,146). Sum of RGB (Red+Green+Blue) = 69+69+146=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #454592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454592 is #BABA6D. Grayscale: #4D4D4D. Windows color (decimal): -12237422 or 9585989. OLE color: 9585989.

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

Color convert

RGB 69 69 146 -
CMYK 0.53 0.53 0 0.43
HSL 240º 0.36% 0.42% -
HSV(B) 240º 0.53% 0.57% -
XYZ 9.77 7.6 28.15 -
YUV 77.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 69 69 146 0.53 0.53 0 0.43 240 0.36 0.42
Hex 45 45 92 35 35 0 2B F0 24 2A
Octal 105 105 222 65 65 0 53 360 44 52
Binary 1000101 1000101 10010010 110101 110101 0 101011 11110000 100100 101010

Color Harmonies of #454592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454592

Black with #454592

Text Example


Text Example

White with #454592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454592; }

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

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

background-color css

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

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

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

border-color css

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

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

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