Html Css Color HEX #44528F Tory Blue

📋 copy color: '#44528F'

red 68 ◦ green 82 ◦ blue 143

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

Shades of Tory Blue #44528F

Tints of Tory Blue #44528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 23.21%
G = 27.99%
B = 48.81%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44528F (or 0x44528F) is known color: Tory Blue. HEX triplet: 44, 52 and 8F. RGB value is (68,82,143). Sum of RGB (Red+Green+Blue) = 68+82+143=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #44528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44528F is #BBAD70. Grayscale: #545454. Windows color (decimal): -12299633 or 9392708. OLE color: 9392708.

HSL color Cylindrical-coordinate representation of color #44528F: hue angle of 228.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44528F is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 82 143 -
CMYK 0.52 0.43 0 0.44
HSL 228.8º 0.36% 0.41% -
HSV(B) 228.8º 0.52% 0.56% -
XYZ 10.36 9.25 27.23 -
YUV 84.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 68 82 143 0.52 0.43 0 0.44 228.8 0.36 0.41
Hex 44 52 8F 34 2B 0 2C E5 24 29
Octal 104 122 217 64 53 0 54 345 44 51
Binary 1000100 1010010 10001111 110100 101011 0 101100 11100101 100100 101001

Color Harmonies of #44528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44528F

Black with #44528F

Text Example


Text Example

White with #44528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44528F; }

 p { color: rgb(68,82,143); }

 H1.HeaderClassName
 {
   color: #44528F;
 }
 .AnyTagClassName
 {
   color: #44528F;
 }
</style>

background-color css

<style>
 a { background-color: #44528F; }

 a { background-color: rgb(68,82,143); }

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

border-color css

<style>
 span { border-color: #44528F; }

 span { border-color: rgb(68,82,143); }

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