#47908A

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

Shades of Lochinvar #47908A

Tints of Lochinvar #47908A

Color information

#47908A (or 0x47908A) is unknown color: approx Lochinvar. HEX triplet: 47, 90 and 8A. RGB value is (71,144,138). Sum of RGB (Red+Green+Blue) = 71+144+138=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #47908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47908A is #B86F75. Grayscale: #797979. Windows color (decimal): -12087158 or 9080903. OLE color: 9080903.

HSL color Cylindrical-coordinate representation of color #47908A: hue angle of 175.07º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47908A is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB71144138-
CMYK0.5100.040.44
HSL175.07º33.95%42.16%-
HSV(B)175.07º50.69%56.47%-
XYZ17.1623.1227.6-
YUV121.49137.3291.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=20.11%
G=40.79%
B=39.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441380.5100.040.44175.0733.9542.16
Hex47908A33042Caf222a
Octal1072202126304542574252
Binary10001111001000010001010110011010010110010101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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