Html Css Color HEX #444F8D Tory Blue

📋 copy color: '#444F8D'

red 68 ◦ green 79 ◦ blue 141

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

Shades of Tory Blue #444F8D

Tints of Tory Blue #444F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 23.61%
G = 27.43%
B = 48.96%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#444F8D (or 0x444F8D) is known color: Tory Blue. HEX triplet: 44, 4F and 8D. RGB value is (68,79,141). Sum of RGB (Red+Green+Blue) = 68+79+141=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #444F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F8D is #BBB072. Grayscale: #525252. Windows color (decimal): -12300403 or 9260868. OLE color: 9260868.

HSL color Cylindrical-coordinate representation of color #444F8D: hue angle of 230.96º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444F8D is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 79 141 -
CMYK 0.52 0.44 0 0.45
HSL 230.96º 0.35% 0.41% -
HSV(B) 230.96º 0.52% 0.55% -
XYZ 9.99 8.74 26.36 -
YUV 82.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 68 79 141 0.52 0.44 0 0.45 230.96 0.35 0.41
Hex 44 4F 8D 34 2C 0 2D E7 23 29
Octal 104 117 215 64 54 0 55 347 43 51
Binary 1000100 1001111 10001101 110100 101100 0 101101 11100111 100011 101001

Color Harmonies of #444F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F8D

Black with #444F8D

Text Example


Text Example

White with #444F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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