Html Css Color HEX #444F87 Tory Blue

📋 copy color: '#444F87'

red 68 ◦ green 79 ◦ blue 135

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

Shades of Tory Blue #444F87

Tints of Tory Blue #444F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 24.11%
G = 28.01%
B = 47.87%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#444F87 (or 0x444F87) is known color: Tory Blue. HEX triplet: 44, 4F and 87. RGB value is (68,79,135). Sum of RGB (Red+Green+Blue) = 68+79+135=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #444F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F87 is #BBB078. Grayscale: #515151. Windows color (decimal): -12300409 or 8867652. OLE color: 8867652.

HSL color Cylindrical-coordinate representation of color #444F87: hue angle of 230.15º 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 #444F87 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 79 135 -
CMYK 0.50 0.41 0 0.47
HSL 230.15º 0.33% 0.4% -
HSV(B) 230.15º 0.5% 0.53% -
XYZ 9.55 8.57 24.07 -
YUV 82.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 68 79 135 0.50 0.41 0 0.47 230.15 0.33 0.4
Hex 44 4F 87 32 29 0 2F E6 21 28
Octal 104 117 207 62 51 0 57 346 41 50
Binary 1000100 1001111 10000111 110010 101001 0 101111 11100110 100001 101000

Color Harmonies of #444F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F87

Black with #444F87

Text Example


Text Example

White with #444F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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