Html Css Color HEX #44578D Tory Blue

📋 copy color: '#44578D'

red 68 ◦ green 87 ◦ blue 141

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

Shades of Tory Blue #44578D

Tints of Tory Blue #44578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

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

R = 22.97%
G = 29.39%
B = 47.64%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44578D (or 0x44578D) is known color: Tory Blue. HEX triplet: 44, 57 and 8D. RGB value is (68,87,141). Sum of RGB (Red+Green+Blue) = 68+87+141=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #44578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44578D is #BBA872. Grayscale: #575757. Windows color (decimal): -12298355 or 9262916. OLE color: 9262916.

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

Color convert

RGB 68 87 141 -
CMYK 0.52 0.38 0 0.45
HSL 224.38º 0.35% 0.41% -
HSV(B) 224.38º 0.52% 0.55% -
XYZ 10.6 9.97 26.56 -
YUV 87.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 68 87 141 0.52 0.38 0 0.45 224.38 0.35 0.41
Hex 44 57 8D 34 26 0 2D E0 23 29
Octal 104 127 215 64 46 0 55 340 43 51
Binary 1000100 1010111 10001101 110100 100110 0 101101 11100000 100011 101001

Color Harmonies of #44578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44578D

Black with #44578D

Text Example


Text Example

White with #44578D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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