Html Css Color HEX #489677 Lochinvar

📋 copy color: '#489677'

red 72 ◦ green 150 ◦ blue 119

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

Shades of Lochinvar #489677

Tints of Lochinvar #489677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 21.11%
G = 43.99%
B = 34.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#489677 (or 0x489677) is known color: Lochinvar. HEX triplet: 48, 96 and 77. RGB value is (72,150,119). Sum of RGB (Red+Green+Blue) = 72+150+119=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #489677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489677 is #B76988. Grayscale: #7B7B7B. Windows color (decimal): -12020105 or 7837256. OLE color: 7837256.

HSL color Cylindrical-coordinate representation of color #489677: hue angle of 156.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489677 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 119 -
CMYK 0.52 0 0.21 0.41
HSL 156.15º 0.35% 0.44% -
HSV(B) 156.15º 0.52% 0.59% -
XYZ 16.91 24.52 21.29 -
YUV 123.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 72 150 119 0.52 0 0.21 0.41 156.15 0.35 0.44
Hex 48 96 77 34 0 15 29 9C 23 2C
Octal 110 226 167 64 0 25 51 234 43 54
Binary 1001000 10010110 1110111 110100 0 10101 101001 10011100 100011 101100

Color Harmonies of #489677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489677

Black with #489677

Text Example


Text Example

White with #489677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489677; }

 p { color: rgb(72,150,119); }

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

background-color css

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

 a { background-color: rgb(72,150,119); }

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

border-color css

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

 span { border-color: rgb(72,150,119); }

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