#47968E

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

Shades of Lochinvar #47968E

Tints of Lochinvar #47968E

Color information

#47968E (or 0x47968E) is unknown color: approx Lochinvar. HEX triplet: 47, 96 and 8E. RGB value is (71,150,142). Sum of RGB (Red+Green+Blue) = 71+150+142=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #47968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47968E is #B86971. Grayscale: #7D7D7D. Windows color (decimal): -12085618 or 9344583. OLE color: 9344583.

HSL color Cylindrical-coordinate representation of color #47968E: hue angle of 173.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47968E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB71150142-
CMYK0.5300.050.41
HSL173.92º35.75%43.33%-
HSV(B)173.92º52.67%58.82%-
XYZ18.3925.1129.47-
YUV125.47137.3389.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=19.56%
G=41.32%
B=39.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501420.5300.050.41173.9235.7543.33
Hex47968E350529ae242b
Octal1072262166505512564453
Binary10001111001011010001110110101010110100110101110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47968E; }

 p { color: rgb(71,150,142); }

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

<style>
 a { background-color: #47968E; }

 a { background-color: rgb(71,150,142); }

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

<style>
 span { border-color: #47968E; }

 span { border-color: rgb(71,150,142); }

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