Html Css Color HEX #444D88 Tory Blue

📋 copy color: '#444D88'

red 68 ◦ green 77 ◦ blue 136

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

Shades of Tory Blue #444D88

Tints of Tory Blue #444D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 136 (53.52% from 255) = 48.4%

R = 24.2%
G = 27.4%
B = 48.4%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#444D88 (or 0x444D88) is known color: Tory Blue. HEX triplet: 44, 4D and 88. RGB value is (68,77,136). Sum of RGB (Red+Green+Blue) = 68+77+136=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #444D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D88 is #BBB277. Grayscale: #505050. Windows color (decimal): -12300920 or 8932676. OLE color: 8932676.

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

Color convert

RGB 68 77 136 -
CMYK 0.50 0.43 0 0.47
HSL 232.06º 0.33% 0.4% -
HSV(B) 232.06º 0.5% 0.53% -
XYZ 9.48 8.31 24.4 -
YUV 81.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 68 77 136 0.50 0.43 0 0.47 232.06 0.33 0.4
Hex 44 4D 88 32 2B 0 2F E8 21 28
Octal 104 115 210 62 53 0 57 350 41 50
Binary 1000100 1001101 10001000 110010 101011 0 101111 11101000 100001 101000

Color Harmonies of #444D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D88

Black with #444D88

Text Example


Text Example

White with #444D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,136); }

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

background-color css

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

 a { background-color: rgb(68,77,136); }

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

border-color css

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

 span { border-color: rgb(68,77,136); }

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