Html Css Color HEX #444F90 Tory Blue

📋 copy color: '#444F90'

red 68 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #444F90

Tints of Tory Blue #444F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 23.37%
G = 27.15%
B = 49.48%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#444F90 (or 0x444F90) is known color: Tory Blue. HEX triplet: 44, 4F and 90. RGB value is (68,79,144). Sum of RGB (Red+Green+Blue) = 68+79+144=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #444F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F90 is #BBB06F. Grayscale: #525252. Windows color (decimal): -12300400 or 9457476. OLE color: 9457476.

HSL color Cylindrical-coordinate representation of color #444F90: hue angle of 231.32º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444F90 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 79 144 -
CMYK 0.53 0.45 0 0.44
HSL 231.32º 0.36% 0.42% -
HSV(B) 231.32º 0.53% 0.56% -
XYZ 10.21 8.83 27.55 -
YUV 83.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 68 79 144 0.53 0.45 0 0.44 231.32 0.36 0.42
Hex 44 4F 90 35 2D 0 2C E7 24 2A
Octal 104 117 220 65 55 0 54 347 44 52
Binary 1000100 1001111 10010000 110101 101101 0 101100 11100111 100100 101010

Color Harmonies of #444F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F90

Black with #444F90

Text Example


Text Example

White with #444F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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