Html Css Color HEX #444C8B Tory Blue

📋 copy color: '#444C8B'

red 68 ◦ green 76 ◦ blue 139

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

Shades of Tory Blue #444C8B

Tints of Tory Blue #444C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 24.03%
G = 26.86%
B = 49.12%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#444C8B (or 0x444C8B) is known color: Tory Blue. HEX triplet: 44, 4C and 8B. RGB value is (68,76,139). Sum of RGB (Red+Green+Blue) = 68+76+139=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #444C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C8B is #BBB374. Grayscale: #505050. Windows color (decimal): -12301173 or 9129028. OLE color: 9129028.

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

Color convert

RGB 68 76 139 -
CMYK 0.51 0.45 0 0.45
HSL 233.24º 0.34% 0.41% -
HSV(B) 233.24º 0.51% 0.55% -
XYZ 9.63 8.26 25.51 -
YUV 80.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 68 76 139 0.51 0.45 0 0.45 233.24 0.34 0.41
Hex 44 4C 8B 33 2D 0 2D E9 22 29
Octal 104 114 213 63 55 0 55 351 42 51
Binary 1000100 1001100 10001011 110011 101101 0 101101 11101001 100010 101001

Color Harmonies of #444C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C8B

Black with #444C8B

Text Example


Text Example

White with #444C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,139); }

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

background-color css

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

 a { background-color: rgb(68,76,139); }

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

border-color css

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

 span { border-color: rgb(68,76,139); }

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