Html Css Color HEX #44598D Tory Blue

📋 copy color: '#44598D'

red 68 ◦ green 89 ◦ blue 141

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

Shades of Tory Blue #44598D

Tints of Tory Blue #44598D

RGB

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

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

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

R = 22.82%
G = 29.87%
B = 47.32%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44598D (or 0x44598D) is known color: Tory Blue. HEX triplet: 44, 59 and 8D. RGB value is (68,89,141). Sum of RGB (Red+Green+Blue) = 68+89+141=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #44598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44598D is #BBA672. Grayscale: #585858. Windows color (decimal): -12297843 or 9263428. OLE color: 9263428.

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

Color convert

RGB 68 89 141 -
CMYK 0.52 0.37 0 0.45
HSL 222.74º 0.35% 0.41% -
HSV(B) 222.74º 0.52% 0.55% -
XYZ 10.76 10.3 26.62 -
YUV 88.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 68 89 141 0.52 0.37 0 0.45 222.74 0.35 0.41
Hex 44 59 8D 34 25 0 2D DF 23 29
Octal 104 131 215 64 45 0 55 337 43 51
Binary 1000100 1011001 10001101 110100 100101 0 101101 11011111 100011 101001

Color Harmonies of #44598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44598D

Black with #44598D

Text Example


Text Example

White with #44598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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