Html Css Color HEX #489180 Lochinvar

📋 copy color: '#489180'

red 72 ◦ green 145 ◦ blue 128

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

Shades of Lochinvar #489180

Tints of Lochinvar #489180

RGB

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

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

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

R = 20.87%
G = 42.03%
B = 37.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#489180 (or 0x489180) is known color: Lochinvar. HEX triplet: 48, 91 and 80. RGB value is (72,145,128). Sum of RGB (Red+Green+Blue) = 72+145+128=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #489180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489180 is #B76E7F. Grayscale: #797979. Windows color (decimal): -12021376 or 8425800. OLE color: 8425800.

HSL color Cylindrical-coordinate representation of color #489180: hue angle of 166.03º 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 #489180 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 128 -
CMYK 0.50 0 0.12 0.43
HSL 166.03º 0.34% 0.43% -
HSV(B) 166.03º 0.5% 0.57% -
XYZ 16.69 23.19 24.02 -
YUV 121.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 72 145 128 0.50 0 0.12 0.43 166.03 0.34 0.43
Hex 48 91 80 32 0 C 2B A6 22 2B
Octal 110 221 200 62 0 14 53 246 42 53
Binary 1001000 10010001 10000000 110010 0 1100 101011 10100110 100010 101011

Color Harmonies of #489180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489180

Black with #489180

Text Example


Text Example

White with #489180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489180; }

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

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

background-color css

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

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

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

border-color css

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

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

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