Html Css Color HEX #449079 Lochinvar

📋 copy color: '#449079'

red 68 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #449079

Tints of Lochinvar #449079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 20.42%
G = 43.24%
B = 36.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#449079 (or 0x449079) is known color: Lochinvar. HEX triplet: 44, 90 and 79. RGB value is (68,144,121). Sum of RGB (Red+Green+Blue) = 68+144+121=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #449079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449079 is #BB6F86. Grayscale: #767676. Windows color (decimal): -12283783 or 7966788. OLE color: 7966788.

HSL color Cylindrical-coordinate representation of color #449079: hue angle of 161.84º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449079 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 121 -
CMYK 0.53 0 0.16 0.44
HSL 161.84º 0.36% 0.42% -
HSV(B) 161.84º 0.53% 0.56% -
XYZ 15.81 22.56 21.61 -
YUV 118.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 68 144 121 0.53 0 0.16 0.44 161.84 0.36 0.42
Hex 44 90 79 35 0 10 2C A2 24 2A
Octal 104 220 171 65 0 20 54 242 44 52
Binary 1000100 10010000 1111001 110101 0 10000 101100 10100010 100100 101010

Color Harmonies of #449079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449079

Black with #449079

Text Example


Text Example

White with #449079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449079; }

 p { color: rgb(68,144,121); }

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

background-color css

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

 a { background-color: rgb(68,144,121); }

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

border-color css

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

 span { border-color: rgb(68,144,121); }

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