Html Css Color HEX #445292 Tory Blue

📋 copy color: '#445292'

red 68 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #445292

Tints of Tory Blue #445292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 22.97%
G = 27.7%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445292 (or 0x445292) is known color: Tory Blue. HEX triplet: 44, 52 and 92. RGB value is (68,82,146). Sum of RGB (Red+Green+Blue) = 68+82+146=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #445292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445292 is #BBAD6D. Grayscale: #545454. Windows color (decimal): -12299630 or 9589316. OLE color: 9589316.

HSL color Cylindrical-coordinate representation of color #445292: hue angle of 229.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445292 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 82 146 -
CMYK 0.53 0.44 0 0.43
HSL 229.23º 0.36% 0.42% -
HSV(B) 229.23º 0.53% 0.57% -
XYZ 10.59 9.34 28.44 -
YUV 85.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 68 82 146 0.53 0.44 0 0.43 229.23 0.36 0.42
Hex 44 52 92 35 2C 0 2B E5 24 2A
Octal 104 122 222 65 54 0 53 345 44 52
Binary 1000100 1010010 10010010 110101 101100 0 101011 11100101 100100 101010

Color Harmonies of #445292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445292

Black with #445292

Text Example


Text Example

White with #445292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445292; }

 p { color: rgb(68,82,146); }

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

background-color css

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

 a { background-color: rgb(68,82,146); }

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

border-color css

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

 span { border-color: rgb(68,82,146); }

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