Html Css Color HEX #444C89 Tory Blue

📋 copy color: '#444C89'

red 68 ◦ green 76 ◦ blue 137

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

Shades of Tory Blue #444C89

Tints of Tory Blue #444C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 24.2%
G = 27.05%
B = 48.75%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#444C89 (or 0x444C89) is known color: Tory Blue. HEX triplet: 44, 4C and 89. RGB value is (68,76,137). Sum of RGB (Red+Green+Blue) = 68+76+137=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #444C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C89 is #BBB376. Grayscale: #505050. Windows color (decimal): -12301175 or 8997956. OLE color: 8997956.

HSL color Cylindrical-coordinate representation of color #444C89: hue angle of 233.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444C89 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 76 137 -
CMYK 0.50 0.45 0 0.46
HSL 233.04º 0.34% 0.4% -
HSV(B) 233.04º 0.5% 0.54% -
XYZ 9.48 8.2 24.75 -
YUV 80.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 68 76 137 0.50 0.45 0 0.46 233.04 0.34 0.4
Hex 44 4C 89 32 2D 0 2E E9 22 28
Octal 104 114 211 62 55 0 56 351 42 50
Binary 1000100 1001100 10001001 110010 101101 0 101110 11101001 100010 101000

Color Harmonies of #444C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C89

Black with #444C89

Text Example


Text Example

White with #444C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,137); }

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

background-color css

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

 a { background-color: rgb(68,76,137); }

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

border-color css

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

 span { border-color: rgb(68,76,137); }

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