Html Css Color HEX #44578A Tory Blue

📋 copy color: '#44578A'

red 68 ◦ green 87 ◦ blue 138

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

Shades of Tory Blue #44578A

Tints of Tory Blue #44578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.1%

R = 23.21%
G = 29.69%
B = 47.1%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44578A (or 0x44578A) is known color: Tory Blue. HEX triplet: 44, 57 and 8A. RGB value is (68,87,138). Sum of RGB (Red+Green+Blue) = 68+87+138=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #44578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44578A is #BBA875. Grayscale: #565656. Windows color (decimal): -12298358 or 9066308. OLE color: 9066308.

HSL color Cylindrical-coordinate representation of color #44578A: hue angle of 223.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44578A is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 87 138 -
CMYK 0.51 0.37 0 0.46
HSL 223.71º 0.34% 0.4% -
HSV(B) 223.71º 0.51% 0.54% -
XYZ 10.38 9.88 25.4 -
YUV 87.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 68 87 138 0.51 0.37 0 0.46 223.71 0.34 0.4
Hex 44 57 8A 33 25 0 2E E0 22 28
Octal 104 127 212 63 45 0 56 340 42 50
Binary 1000100 1010111 10001010 110011 100101 0 101110 11100000 100010 101000

Color Harmonies of #44578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44578A

Black with #44578A

Text Example


Text Example

White with #44578A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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