#47928A

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

Shades of Lochinvar #47928A

Tints of Lochinvar #47928A

Color information

#47928A (or 0x47928A) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 8A. RGB value is (71,146,138). Sum of RGB (Red+Green+Blue) = 71+146+138=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #47928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928A is #B86D75. Grayscale: #7A7A7A. Windows color (decimal): -12086646 or 9081415. OLE color: 9081415.

HSL color Cylindrical-coordinate representation of color #47928A: hue angle of 173.6º degrees, saturation: 0.35, 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 #47928A is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB71146138-
CMYK0.5100.050.43
HSL173.6º34.56%42.55%-
HSV(B)173.6º51.37%57.25%-
XYZ17.4623.7327.71-
YUV122.66136.6591.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=20%
G=41.13%
B=38.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461380.5100.050.43173.634.5642.55
Hex47928A33052Bae232b
Octal1072222126305532564353
Binary10001111001001010001010110011010110101110101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47928A; }

 p { color: rgb(71,146,138); }

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

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

 a { background-color: rgb(71,146,138); }

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

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

 span { border-color: rgb(71,146,138); }

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