Html Css Color HEX #454193 Dark Slate Blue

📋 copy color: '#454193'

red 69 ◦ green 65 ◦ blue 147

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

Shades of Dark Slate Blue #454193

Tints of Dark Slate Blue #454193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 24.56%
G = 23.13%
B = 52.31%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#454193 (or 0x454193) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 93. RGB value is (69,65,147). Sum of RGB (Red+Green+Blue) = 69+65+147=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #454193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454193 is #BABE6C. Grayscale: #4B4B4B. Windows color (decimal): -12238445 or 9650501. OLE color: 9650501.

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

Color convert

RGB 69 65 147 -
CMYK 0.53 0.56 0 0.42
HSL 242.93º 0.39% 0.42% -
HSV(B) 242.93º 0.56% 0.58% -
XYZ 9.61 7.15 28.48 -
YUV 75.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 69 65 147 0.53 0.56 0 0.42 242.93 0.39 0.42
Hex 45 41 93 35 38 0 2A F3 27 2A
Octal 105 101 223 65 70 0 52 363 47 52
Binary 1000101 1000001 10010011 110101 111000 0 101010 11110011 100111 101010

Color Harmonies of #454193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454193

Black with #454193

Text Example


Text Example

White with #454193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454193; }

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

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

background-color css

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

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

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

border-color css

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

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

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