Html Css Color HEX #449189 Lochinvar

📋 copy color: '#449189'

red 68 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #449189

Tints of Lochinvar #449189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

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

R = 19.43%
G = 41.43%
B = 39.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#449189 (or 0x449189) is known color: Lochinvar. HEX triplet: 44, 91 and 89. RGB value is (68,145,137). Sum of RGB (Red+Green+Blue) = 68+145+137=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #449189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449189 is #BB6E76. Grayscale: #797979. Windows color (decimal): -12283511 or 9015620. OLE color: 9015620.

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

Color convert

RGB 68 145 137 -
CMYK 0.53 0 0.06 0.43
HSL 173.77º 0.36% 0.42% -
HSV(B) 173.77º 0.53% 0.57% -
XYZ 17.02 23.29 27.26 -
YUV 121.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 68 145 137 0.53 0 0.06 0.43 173.77 0.36 0.42
Hex 44 91 89 35 0 6 2B AE 24 2A
Octal 104 221 211 65 0 6 53 256 44 52
Binary 1000100 10010001 10001001 110101 0 110 101011 10101110 100100 101010

Color Harmonies of #449189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449189

Black with #449189

Text Example


Text Example

White with #449189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449189; }

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

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

background-color css

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

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

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

border-color css

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

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

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