Html Css Color HEX #444D8A Tory Blue

📋 copy color: '#444D8A'

red 68 ◦ green 77 ◦ blue 138

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

Shades of Tory Blue #444D8A

Tints of Tory Blue #444D8A

RGB

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

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

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

R = 24.03%
G = 27.21%
B = 48.76%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#444D8A (or 0x444D8A) is known color: Tory Blue. HEX triplet: 44, 4D and 8A. RGB value is (68,77,138). Sum of RGB (Red+Green+Blue) = 68+77+138=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #444D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D8A is #BBB275. Grayscale: #515151. Windows color (decimal): -12300918 or 9063748. OLE color: 9063748.

HSL color Cylindrical-coordinate representation of color #444D8A: hue angle of 232.29º 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 #444D8A is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 77 138 -
CMYK 0.51 0.44 0 0.46
HSL 232.29º 0.34% 0.4% -
HSV(B) 232.29º 0.51% 0.54% -
XYZ 9.63 8.37 25.15 -
YUV 81.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 68 77 138 0.51 0.44 0 0.46 232.29 0.34 0.4
Hex 44 4D 8A 33 2C 0 2E E8 22 28
Octal 104 115 212 63 54 0 56 350 42 50
Binary 1000100 1001101 10001010 110011 101100 0 101110 11101000 100010 101000

Color Harmonies of #444D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D8A

Black with #444D8A

Text Example


Text Example

White with #444D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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