Html Css Color HEX #454093 Dark Slate Blue

📋 copy color: '#454093'

red 69 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #454093

Tints of Dark Slate Blue #454093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 24.64%
G = 22.86%
B = 52.5%

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

#454093 (or 0x454093) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 93. RGB value is (69,64,147). Sum of RGB (Red+Green+Blue) = 69+64+147=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #454093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454093 is #BABF6C. Grayscale: #4A4A4A. Windows color (decimal): -12238701 or 9650245. OLE color: 9650245.

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

Color convert

RGB 69 64 147 -
CMYK 0.53 0.56 0 0.42
HSL 243.61º 0.39% 0.41% -
HSV(B) 243.61º 0.56% 0.58% -
XYZ 9.55 7.04 28.46 -
YUV 74.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 69 64 147 0.53 0.56 0 0.42 243.61 0.39 0.41
Hex 45 40 93 35 38 0 2A F4 27 29
Octal 105 100 223 65 70 0 52 364 47 51
Binary 1000101 1000000 10010011 110101 111000 0 101010 11110100 100111 101001

Color Harmonies of #454093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454093

Black with #454093

Text Example


Text Example

White with #454093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454093; }

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

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

background-color css

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

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

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

border-color css

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

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

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