Html Css Color HEX #44578C Tory Blue

📋 copy color: '#44578C'

red 68 ◦ green 87 ◦ blue 140

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

Shades of Tory Blue #44578C

Tints of Tory Blue #44578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 23.05%
G = 29.49%
B = 47.46%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44578C (or 0x44578C) is known color: Tory Blue. HEX triplet: 44, 57 and 8C. RGB value is (68,87,140). Sum of RGB (Red+Green+Blue) = 68+87+140=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #44578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44578C is #BBA873. Grayscale: #575757. Windows color (decimal): -12298356 or 9197380. OLE color: 9197380.

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

Color convert

RGB 68 87 140 -
CMYK 0.51 0.38 0 0.45
HSL 224.17º 0.35% 0.41% -
HSV(B) 224.17º 0.51% 0.55% -
XYZ 10.53 9.94 26.17 -
YUV 87.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 68 87 140 0.51 0.38 0 0.45 224.17 0.35 0.41
Hex 44 57 8C 33 26 0 2D E0 23 29
Octal 104 127 214 63 46 0 55 340 43 51
Binary 1000100 1010111 10001100 110011 100110 0 101101 11100000 100011 101001

Color Harmonies of #44578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44578C

Black with #44578C

Text Example


Text Example

White with #44578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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