Html Css Color HEX #489A80 Lochinvar

📋 copy color: '#489A80'

red 72 ◦ green 154 ◦ blue 128

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

Shades of Lochinvar #489A80

Tints of Lochinvar #489A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.5%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 20.34%
G = 43.5%
B = 36.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#489A80 (or 0x489A80) is known color: Lochinvar. HEX triplet: 48, 9A and 80. RGB value is (72,154,128). Sum of RGB (Red+Green+Blue) = 72+154+128=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #489A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A80 is #B7657F. Grayscale: #7E7E7E. Windows color (decimal): -12019072 or 8428104. OLE color: 8428104.

HSL color Cylindrical-coordinate representation of color #489A80: hue angle of 160.98º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A80 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 154 128 -
CMYK 0.53 0 0.17 0.40
HSL 160.98º 0.36% 0.44% -
HSV(B) 160.98º 0.53% 0.6% -
XYZ 18.12 26.05 24.49 -
YUV 126.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 72 154 128 0.53 0 0.17 0.40 160.98 0.36 0.44
Hex 48 9A 80 35 0 11 28 A1 24 2C
Octal 110 232 200 65 0 21 50 241 44 54
Binary 1001000 10011010 10000000 110101 0 10001 101000 10100001 100100 101100

Color Harmonies of #489A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489A80

Black with #489A80

Text Example


Text Example

White with #489A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489A80; }

 p { color: rgb(72,154,128); }

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

background-color css

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

 a { background-color: rgb(72,154,128); }

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

border-color css

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

 span { border-color: rgb(72,154,128); }

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