Html Css Color HEX #454492 Dark Slate Blue

📋 copy color: '#454492'

red 69 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #454492

Tints of Dark Slate Blue #454492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 24.38%
G = 24.03%
B = 51.59%

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

#454492 (or 0x454492) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 92. RGB value is (69,68,146). Sum of RGB (Red+Green+Blue) = 69+68+146=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #454492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454492 is #BABB6D. Grayscale: #4C4C4C. Windows color (decimal): -12237678 or 9585733. OLE color: 9585733.

HSL color Cylindrical-coordinate representation of color #454492: hue angle of 240.77º 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 #454492 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 68 146 -
CMYK 0.53 0.53 0 0.43
HSL 240.77º 0.36% 0.42% -
HSV(B) 240.77º 0.53% 0.57% -
XYZ 9.71 7.47 28.13 -
YUV 77.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 69 68 146 0.53 0.53 0 0.43 240.77 0.36 0.42
Hex 45 44 92 35 35 0 2B F1 24 2A
Octal 105 104 222 65 65 0 53 361 44 52
Binary 1000101 1000100 10010010 110101 110101 0 101011 11110001 100100 101010

Color Harmonies of #454492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454492

Black with #454492

Text Example


Text Example

White with #454492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454492; }

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

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

background-color css

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

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

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

border-color css

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

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

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