Html Css Color HEX #445493 Tory Blue

📋 copy color: '#445493'

red 68 ◦ green 84 ◦ blue 147

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

Shades of Tory Blue #445493

Tints of Tory Blue #445493

RGB

 RED value IS 68 (26.95% from 255) = 22.74%

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 22.74%
G = 28.09%
B = 49.16%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445493 (or 0x445493) is known color: Tory Blue. HEX triplet: 44, 54 and 93. RGB value is (68,84,147). Sum of RGB (Red+Green+Blue) = 68+84+147=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #445493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445493 is #BBAB6C. Grayscale: #565656. Windows color (decimal): -12299117 or 9655364. OLE color: 9655364.

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

Color convert

RGB 68 84 147 -
CMYK 0.54 0.43 0 0.42
HSL 227.85º 0.37% 0.42% -
HSV(B) 227.85º 0.54% 0.58% -
XYZ 10.82 9.68 28.9 -
YUV 86.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 68 84 147 0.54 0.43 0 0.42 227.85 0.37 0.42
Hex 44 54 93 36 2B 0 2A E4 25 2A
Octal 104 124 223 66 53 0 52 344 45 52
Binary 1000100 1010100 10010011 110110 101011 0 101010 11100100 100101 101010

Color Harmonies of #445493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445493

Black with #445493

Text Example


Text Example

White with #445493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445493; }

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

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

background-color css

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

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

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

border-color css

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

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

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