#47928B

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

Shades of Lochinvar #47928B

Tints of Lochinvar #47928B

Color information

#47928B (or 0x47928B) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 8B. RGB value is (71,146,139). Sum of RGB (Red+Green+Blue) = 71+146+139=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #47928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928B is #B86D74. Grayscale: #7A7A7A. Windows color (decimal): -12086645 or 9146951. OLE color: 9146951.

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

Color convert

RGB71146139-
CMYK0.5100.050.43
HSL174.4º34.56%42.55%-
HSV(B)174.4º51.37%57.25%-
XYZ17.5423.7628.09-
YUV122.78137.1591.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=19.94%
G=41.01%
B=39.04%

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
Decimal711461390.5100.050.43174.434.5642.55
Hex47928B33052Bae232b
Octal1072222136305532564353
Binary10001111001001010001011110011010110101110101110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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