Html Css Color HEX #444F88 Tory Blue

📋 copy color: '#444F88'

red 68 ◦ green 79 ◦ blue 136

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

Shades of Tory Blue #444F88

Tints of Tory Blue #444F88

RGB

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

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

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

R = 24.03%
G = 27.92%
B = 48.06%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#444F88 (or 0x444F88) is known color: Tory Blue. HEX triplet: 44, 4F and 88. RGB value is (68,79,136). Sum of RGB (Red+Green+Blue) = 68+79+136=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #444F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F88 is #BBB077. Grayscale: #515151. Windows color (decimal): -12300408 or 8933188. OLE color: 8933188.

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

Color convert

RGB 68 79 136 -
CMYK 0.50 0.42 0 0.47
HSL 230.29º 0.33% 0.4% -
HSV(B) 230.29º 0.5% 0.53% -
XYZ 9.62 8.6 24.45 -
YUV 82.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 68 79 136 0.50 0.42 0 0.47 230.29 0.33 0.4
Hex 44 4F 88 32 2A 0 2F E6 21 28
Octal 104 117 210 62 52 0 57 346 41 50
Binary 1000100 1001111 10001000 110010 101010 0 101111 11100110 100001 101000

Color Harmonies of #444F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F88

Black with #444F88

Text Example


Text Example

White with #444F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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