Html Css Color HEX #444E8A Tory Blue

📋 copy color: '#444E8A'

red 68 ◦ green 78 ◦ blue 138

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

Shades of Tory Blue #444E8A

Tints of Tory Blue #444E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 23.94%
G = 27.46%
B = 48.59%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#444E8A (or 0x444E8A) is known color: Tory Blue. HEX triplet: 44, 4E and 8A. RGB value is (68,78,138). Sum of RGB (Red+Green+Blue) = 68+78+138=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #444E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E8A is #BBB175. Grayscale: #515151. Windows color (decimal): -12300662 or 9064004. OLE color: 9064004.

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

Color convert

RGB 68 78 138 -
CMYK 0.51 0.43 0 0.46
HSL 231.43º 0.34% 0.4% -
HSV(B) 231.43º 0.51% 0.54% -
XYZ 9.7 8.51 25.18 -
YUV 81.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 68 78 138 0.51 0.43 0 0.46 231.43 0.34 0.4
Hex 44 4E 8A 33 2B 0 2E E7 22 28
Octal 104 116 212 63 53 0 56 347 42 50
Binary 1000100 1001110 10001010 110011 101011 0 101110 11100111 100010 101000

Color Harmonies of #444E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E8A

Black with #444E8A

Text Example


Text Example

White with #444E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,78,138); }

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

background-color css

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

 a { background-color: rgb(68,78,138); }

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

border-color css

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

 span { border-color: rgb(68,78,138); }

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