Html Css Color HEX #444F85 Tory Blue

📋 copy color: '#444F85'

red 68 ◦ green 79 ◦ blue 133

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

Shades of Tory Blue #444F85

Tints of Tory Blue #444F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 24.29%
G = 28.21%
B = 47.5%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444F85 (or 0x444F85) is known color: Tory Blue. HEX triplet: 44, 4F and 85. RGB value is (68,79,133). Sum of RGB (Red+Green+Blue) = 68+79+133=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #444F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F85 is #BBB07A. Grayscale: #515151. Windows color (decimal): -12300411 or 8736580. OLE color: 8736580.

HSL color Cylindrical-coordinate representation of color #444F85: hue angle of 229.85º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444F85 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 79 133 -
CMYK 0.49 0.41 0 0.48
HSL 229.85º 0.32% 0.39% -
HSV(B) 229.85º 0.49% 0.52% -
XYZ 9.41 8.51 23.34 -
YUV 81.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 68 79 133 0.49 0.41 0 0.48 229.85 0.32 0.39
Hex 44 4F 85 31 29 0 30 E6 20 27
Octal 104 117 205 61 51 0 60 346 40 47
Binary 1000100 1001111 10000101 110001 101001 0 110000 11100110 100000 100111

Color Harmonies of #444F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F85

Black with #444F85

Text Example


Text Example

White with #444F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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