#47948A

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

Shades of Lochinvar #47948A

Tints of Lochinvar #47948A

Color information

#47948A (or 0x47948A) is unknown color: approx Lochinvar. HEX triplet: 47, 94 and 8A. RGB value is (71,148,138). Sum of RGB (Red+Green+Blue) = 71+148+138=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #47948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47948A is #B86B75. Grayscale: #7B7B7B. Windows color (decimal): -12086134 or 9081927. OLE color: 9081927.

HSL color Cylindrical-coordinate representation of color #47948A: hue angle of 172.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47948A is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB71148138-
CMYK0.5200.070.42
HSL172.21º35.16%42.94%-
HSV(B)172.21º52.03%58.04%-
XYZ17.7824.3527.81-
YUV123.84135.9990.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=19.89%
G=41.46%
B=38.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481380.5200.070.42172.2135.1642.94
Hex47948A34072Aac232b
Octal1072242126407522544353
Binary10001111001010010001010110100011110101010101100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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