#489286

Color #489286 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #489286

Tints of Lochinvar #489286

Color information

#489286 (or 0x489286) is unknown color: approx Lochinvar. HEX triplet: 48, 92 and 86. RGB value is (72,146,134). Sum of RGB (Red+Green+Blue) = 72+146+134=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #489286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489286 is #B76D79. Grayscale: #7A7A7A. Windows color (decimal): -12021114 or 8819272. OLE color: 8819272.

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

Color convert

RGB72146134-
CMYK0.5100.080.43
HSL170.27º33.94%42.75%-
HSV(B)170.27º50.68%57.25%-
XYZ17.2523.6626.21-
YUV122.51134.4891.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=20.45%
G=41.48%
B=38.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461340.5100.080.43170.2733.9442.75
Hex48928633082Baa222b
Octal11022220663010532524253
Binary100100010010010100001101100110100010101110101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489286; }

 p { color: rgb(72,146,134); }

 H1.HeaderClassName
 {
   color: #489286;
 }
 .AnyTagClassName
 {
   color: #489286;
 }
</style>
background-color css

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

 a { background-color: rgb(72,146,134); }

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

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

 span { border-color: rgb(72,146,134); }

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