Html Css Color HEX #44598B Tory Blue

📋 copy color: '#44598B'

red 68 ◦ green 89 ◦ blue 139

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

Shades of Tory Blue #44598B

Tints of Tory Blue #44598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 22.97%
G = 30.07%
B = 46.96%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44598B (or 0x44598B) is known color: Tory Blue. HEX triplet: 44, 59 and 8B. RGB value is (68,89,139). Sum of RGB (Red+Green+Blue) = 68+89+139=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #44598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44598B is #BBA674. Grayscale: #585858. Windows color (decimal): -12297845 or 9132356. OLE color: 9132356.

HSL color Cylindrical-coordinate representation of color #44598B: hue angle of 222.25º 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 #44598B is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 89 139 -
CMYK 0.51 0.36 0 0.45
HSL 222.25º 0.34% 0.41% -
HSV(B) 222.25º 0.51% 0.55% -
XYZ 10.62 10.24 25.84 -
YUV 88.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 68 89 139 0.51 0.36 0 0.45 222.25 0.34 0.41
Hex 44 59 8B 33 24 0 2D DE 22 29
Octal 104 131 213 63 44 0 55 336 42 51
Binary 1000100 1011001 10001011 110011 100100 0 101101 11011110 100010 101001

Color Harmonies of #44598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44598B

Black with #44598B

Text Example


Text Example

White with #44598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44598B; }

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

 H1.HeaderClassName
 {
   color: #44598B;
 }
 .AnyTagClassName
 {
   color: #44598B;
 }
</style>

background-color css

<style>
 a { background-color: #44598B; }

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

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

border-color css

<style>
 span { border-color: #44598B; }

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

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