Html Css Color HEX #449089 Lochinvar

📋 copy color: '#449089'

red 68 ◦ green 144 ◦ blue 137

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

Shades of Lochinvar #449089

Tints of Lochinvar #449089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 19.48%
G = 41.26%
B = 39.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#449089 (or 0x449089) is known color: Lochinvar. HEX triplet: 44, 90 and 89. RGB value is (68,144,137). Sum of RGB (Red+Green+Blue) = 68+144+137=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #449089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449089 is #BB6F76. Grayscale: #787878. Windows color (decimal): -12283767 or 9015364. OLE color: 9015364.

HSL color Cylindrical-coordinate representation of color #449089: hue angle of 174.47º 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 #449089 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 137 -
CMYK 0.53 0 0.05 0.44
HSL 174.47º 0.36% 0.42% -
HSV(B) 174.47º 0.53% 0.56% -
XYZ 16.87 22.98 27.21 -
YUV 120.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 68 144 137 0.53 0 0.05 0.44 174.47 0.36 0.42
Hex 44 90 89 35 0 5 2C AE 24 2A
Octal 104 220 211 65 0 5 54 256 44 52
Binary 1000100 10010000 10001001 110101 0 101 101100 10101110 100100 101010

Color Harmonies of #449089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449089

Black with #449089

Text Example


Text Example

White with #449089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449089; }

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

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

background-color css

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

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

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

border-color css

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

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

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