Html Css Color HEX #489189 Lochinvar

📋 copy color: '#489189'

red 72 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #489189

Tints of Lochinvar #489189

RGB

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

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

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

R = 20.34%
G = 40.96%
B = 38.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#489189 (or 0x489189) is known color: Lochinvar. HEX triplet: 48, 91 and 89. RGB value is (72,145,137). Sum of RGB (Red+Green+Blue) = 72+145+137=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #489189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489189 is #B76E76. Grayscale: #7A7A7A. Windows color (decimal): -12021367 or 9015624. OLE color: 9015624.

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

Color convert

RGB 72 145 137 -
CMYK 0.50 0 0.06 0.43
HSL 173.42º 0.34% 0.43% -
HSV(B) 173.42º 0.5% 0.57% -
XYZ 17.31 23.43 27.28 -
YUV 122.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 72 145 137 0.50 0 0.06 0.43 173.42 0.34 0.43
Hex 48 91 89 32 0 6 2B AD 22 2B
Octal 110 221 211 62 0 6 53 255 42 53
Binary 1001000 10010001 10001001 110010 0 110 101011 10101101 100010 101011

Color Harmonies of #489189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489189

Black with #489189

Text Example


Text Example

White with #489189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489189; }

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

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

background-color css

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

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

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

border-color css

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

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

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