#47998B

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

Shades of Lochinvar #47998B

Tints of Lochinvar #47998B

Color information

#47998B (or 0x47998B) is unknown color: approx Lochinvar. HEX triplet: 47, 99 and 8B. RGB value is (71,153,139). Sum of RGB (Red+Green+Blue) = 71+153+139=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #47998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47998B is #B86674. Grayscale: #7E7E7E. Windows color (decimal): -12084853 or 9148743. OLE color: 9148743.

HSL color Cylindrical-coordinate representation of color #47998B: hue angle of 169.76º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47998B is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB71153139-
CMYK0.5400.090.4
HSL169.76º36.61%43.92%-
HSV(B)169.76º53.59%60%-
XYZ18.6525.9928.46-
YUV126.89134.8388.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=19.56%
G=42.15%
B=38.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531390.5400.090.4169.7636.6143.92
Hex47998B360928aa252c
Octal10723121366011502524554
Binary100011110011001100010111101100100110100010101010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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