#47867A

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

Shades of Lochinvar #47867A

Tints of Lochinvar #47867A

Color information

#47867A (or 0x47867A) is unknown color: approx Lochinvar. HEX triplet: 47, 86 and 7A. RGB value is (71,134,122). Sum of RGB (Red+Green+Blue) = 71+134+122=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #47867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47867A is #B87985. Grayscale: #717171. Windows color (decimal): -12089734 or 8029767. OLE color: 8029767.

HSL color Cylindrical-coordinate representation of color #47867A: hue angle of 168.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47867A is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB71134122-
CMYK0.4700.090.47
HSL168.57º30.73%40.2%-
HSV(B)168.57º47.01%52.55%-
XYZ14.6419.7921.46-
YUV113.8132.6397.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=21.71%
G=40.98%
B=37.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341220.4700.090.47168.5730.7340.2
Hex47867A2F092Fa91f28
Octal10720617257011572513750
Binary1000111100001101111010101111010011011111010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,134,122); }

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

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

 a { background-color: rgb(71,134,122); }

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

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

 span { border-color: rgb(71,134,122); }

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