Html Css Color HEX #445487 Tory Blue

📋 copy color: '#445487'

red 68 ◦ green 84 ◦ blue 135

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

Shades of Tory Blue #445487

Tints of Tory Blue #445487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 23.69%
G = 29.27%
B = 47.04%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445487 (or 0x445487) is known color: Tory Blue. HEX triplet: 44, 54 and 87. RGB value is (68,84,135). Sum of RGB (Red+Green+Blue) = 68+84+135=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #445487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445487 is #BBAB78. Grayscale: #545454. Windows color (decimal): -12299129 or 8868932. OLE color: 8868932.

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

Color convert

RGB 68 84 135 -
CMYK 0.50 0.38 0 0.47
HSL 225.67º 0.33% 0.4% -
HSV(B) 225.67º 0.5% 0.53% -
XYZ 9.93 9.32 24.2 -
YUV 85.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 68 84 135 0.50 0.38 0 0.47 225.67 0.33 0.4
Hex 44 54 87 32 26 0 2F E2 21 28
Octal 104 124 207 62 46 0 57 342 41 50
Binary 1000100 1010100 10000111 110010 100110 0 101111 11100010 100001 101000

Color Harmonies of #445487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445487

Black with #445487

Text Example


Text Example

White with #445487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445487; }

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

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

background-color css

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

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

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

border-color css

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

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

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