Html Css Color HEX #445086 Tory Blue

📋 copy color: '#445086'

red 68 ◦ green 80 ◦ blue 134

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

Shades of Tory Blue #445086

Tints of Tory Blue #445086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 134 (52.73% from 255) = 47.52%

R = 24.11%
G = 28.37%
B = 47.52%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445086 (or 0x445086) is known color: Tory Blue. HEX triplet: 44, 50 and 86. RGB value is (68,80,134). Sum of RGB (Red+Green+Blue) = 68+80+134=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #445086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445086 is #BBAF79. Grayscale: #525252. Windows color (decimal): -12300154 or 8802372. OLE color: 8802372.

HSL color Cylindrical-coordinate representation of color #445086: hue angle of 229.09º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445086 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 80 134 -
CMYK 0.49 0.40 0 0.47
HSL 229.09º 0.33% 0.4% -
HSV(B) 229.09º 0.49% 0.53% -
XYZ 9.56 8.69 23.73 -
YUV 82.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 68 80 134 0.49 0.40 0 0.47 229.09 0.33 0.4
Hex 44 50 86 31 28 0 2F E5 21 28
Octal 104 120 206 61 50 0 57 345 41 50
Binary 1000100 1010000 10000110 110001 101000 0 101111 11100101 100001 101000

Color Harmonies of #445086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445086

Black with #445086

Text Example


Text Example

White with #445086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445086; }

 p { color: rgb(68,80,134); }

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

background-color css

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

 a { background-color: rgb(68,80,134); }

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

border-color css

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

 span { border-color: rgb(68,80,134); }

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