Html Css Color HEX #445692 Tory Blue

📋 copy color: '#445692'

red 68 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #445692

Tints of Tory Blue #445692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 22.67%
G = 28.67%
B = 48.67%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445692 (or 0x445692) is known color: Tory Blue. HEX triplet: 44, 56 and 92. RGB value is (68,86,146). Sum of RGB (Red+Green+Blue) = 68+86+146=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #445692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445692 is #BBA96D. Grayscale: #575757. Windows color (decimal): -12298606 or 9590340. OLE color: 9590340.

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

Color convert

RGB 68 86 146 -
CMYK 0.53 0.41 0 0.43
HSL 226.15º 0.36% 0.42% -
HSV(B) 226.15º 0.53% 0.57% -
XYZ 10.9 9.96 28.54 -
YUV 87.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 68 86 146 0.53 0.41 0 0.43 226.15 0.36 0.42
Hex 44 56 92 35 29 0 2B E2 24 2A
Octal 104 126 222 65 51 0 53 342 44 52
Binary 1000100 1010110 10010010 110101 101001 0 101011 11100010 100100 101010

Color Harmonies of #445692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445692

Black with #445692

Text Example


Text Example

White with #445692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445692; }

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

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

background-color css

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

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

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

border-color css

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

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

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