Html Css Color HEX #454293 Dark Slate Blue

📋 copy color: '#454293'

red 69 ◦ green 66 ◦ blue 147

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

Shades of Dark Slate Blue #454293

Tints of Dark Slate Blue #454293

RGB

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

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

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

R = 24.47%
G = 23.4%
B = 52.13%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454293 (or 0x454293) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 93. RGB value is (69,66,147). Sum of RGB (Red+Green+Blue) = 69+66+147=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #454293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454293 is #BABD6C. Grayscale: #4B4B4B. Windows color (decimal): -12238189 or 9650757. OLE color: 9650757.

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

Color convert

RGB 69 66 147 -
CMYK 0.53 0.55 0 0.42
HSL 242.22º 0.38% 0.42% -
HSV(B) 242.22º 0.55% 0.58% -
XYZ 9.67 7.27 28.5 -
YUV 76.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 69 66 147 0.53 0.55 0 0.42 242.22 0.38 0.42
Hex 45 42 93 35 37 0 2A F2 26 2A
Octal 105 102 223 65 67 0 52 362 46 52
Binary 1000101 1000010 10010011 110101 110111 0 101010 11110010 100110 101010

Color Harmonies of #454293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454293

Black with #454293

Text Example


Text Example

White with #454293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454293; }

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

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

background-color css

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

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

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

border-color css

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

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

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