Html Css Color HEX #445686 Tory Blue

📋 copy color: '#445686'

red 68 ◦ green 86 ◦ blue 134

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

Shades of Tory Blue #445686

Tints of Tory Blue #445686

RGB

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

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

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

R = 23.61%
G = 29.86%
B = 46.53%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445686 (or 0x445686) is known color: Tory Blue. HEX triplet: 44, 56 and 86. RGB value is (68,86,134). Sum of RGB (Red+Green+Blue) = 68+86+134=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #445686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445686 is #BBA979. Grayscale: #555555. Windows color (decimal): -12298618 or 8803908. OLE color: 8803908.

HSL color Cylindrical-coordinate representation of color #445686: hue angle of 223.64º 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 #445686 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 86 134 -
CMYK 0.49 0.36 0 0.47
HSL 223.64º 0.33% 0.4% -
HSV(B) 223.64º 0.49% 0.53% -
XYZ 10.01 9.61 23.88 -
YUV 86.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 68 86 134 0.49 0.36 0 0.47 223.64 0.33 0.4
Hex 44 56 86 31 24 0 2F E0 21 28
Octal 104 126 206 61 44 0 57 340 41 50
Binary 1000100 1010110 10000110 110001 100100 0 101111 11100000 100001 101000

Color Harmonies of #445686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445686

Black with #445686

Text Example


Text Example

White with #445686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445686; }

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

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

background-color css

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

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

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

border-color css

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

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

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