Html Css Color HEX #489187 Lochinvar

📋 copy color: '#489187'

red 72 ◦ green 145 ◦ blue 135

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

Shades of Lochinvar #489187

Tints of Lochinvar #489187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 20.45%
G = 41.19%
B = 38.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#489187 (or 0x489187) is known color: Lochinvar. HEX triplet: 48, 91 and 87. RGB value is (72,145,135). Sum of RGB (Red+Green+Blue) = 72+145+135=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #489187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489187 is #B76E78. Grayscale: #797979. Windows color (decimal): -12021369 or 8884552. OLE color: 8884552.

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

Color convert

RGB 72 145 135 -
CMYK 0.50 0 0.07 0.43
HSL 171.78º 0.34% 0.43% -
HSV(B) 171.78º 0.5% 0.57% -
XYZ 17.17 23.38 26.53 -
YUV 122.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 72 145 135 0.50 0 0.07 0.43 171.78 0.34 0.43
Hex 48 91 87 32 0 7 2B AC 22 2B
Octal 110 221 207 62 0 7 53 254 42 53
Binary 1001000 10010001 10000111 110010 0 111 101011 10101100 100010 101011

Color Harmonies of #489187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489187

Black with #489187

Text Example


Text Example

White with #489187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489187; }

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

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

background-color css

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

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

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

border-color css

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

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

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