Html Css Color HEX #454493 Dark Slate Blue

📋 copy color: '#454493'

red 69 ◦ green 68 ◦ blue 147

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

Shades of Dark Slate Blue #454493

Tints of Dark Slate Blue #454493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 24.3%
G = 23.94%
B = 51.76%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454493 (or 0x454493) is known color: Dark Slate Blue. HEX triplet: 45, 44 and 93. RGB value is (69,68,147). Sum of RGB (Red+Green+Blue) = 69+68+147=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #454493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454493 is #BABB6C. Grayscale: #4C4C4C. Windows color (decimal): -12237677 or 9651269. OLE color: 9651269.

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

Color convert

RGB 69 68 147 -
CMYK 0.53 0.54 0 0.42
HSL 240.76º 0.37% 0.42% -
HSV(B) 240.76º 0.54% 0.58% -
XYZ 9.79 7.51 28.54 -
YUV 77.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 69 68 147 0.53 0.54 0 0.42 240.76 0.37 0.42
Hex 45 44 93 35 36 0 2A F1 25 2A
Octal 105 104 223 65 66 0 52 361 45 52
Binary 1000101 1000100 10010011 110101 110110 0 101010 11110001 100101 101010

Color Harmonies of #454493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454493

Black with #454493

Text Example


Text Example

White with #454493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454493; }

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

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

background-color css

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

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

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

border-color css

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

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

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