Html Css Color HEX #489089 Lochinvar

📋 copy color: '#489089'

red 72 ◦ green 144 ◦ blue 137

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

Shades of Lochinvar #489089

Tints of Lochinvar #489089

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

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

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

R = 20.4%
G = 40.79%
B = 38.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#489089 (or 0x489089) is known color: Lochinvar. HEX triplet: 48, 90 and 89. RGB value is (72,144,137). Sum of RGB (Red+Green+Blue) = 72+144+137=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #489089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489089 is #B76F76. Grayscale: #797979. Windows color (decimal): -12021623 or 9015368. OLE color: 9015368.

HSL color Cylindrical-coordinate representation of color #489089: hue angle of 174.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489089 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 137 -
CMYK 0.50 0 0.05 0.44
HSL 174.17º 0.33% 0.42% -
HSV(B) 174.17º 0.5% 0.56% -
XYZ 17.16 23.13 27.23 -
YUV 121.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 72 144 137 0.50 0 0.05 0.44 174.17 0.33 0.42
Hex 48 90 89 32 0 5 2C AE 21 2A
Octal 110 220 211 62 0 5 54 256 41 52
Binary 1001000 10010000 10001001 110010 0 101 101100 10101110 100001 101010

Color Harmonies of #489089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489089

Black with #489089

Text Example


Text Example

White with #489089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489089; }

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

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

background-color css

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

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

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

border-color css

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

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

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