#47867C

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

Shades of Lochinvar #47867C

Tints of Lochinvar #47867C

Color information

#47867C (or 0x47867C) is unknown color: approx Lochinvar. HEX triplet: 47, 86 and 7C. RGB value is (71,134,124). Sum of RGB (Red+Green+Blue) = 71+134+124=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #47867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47867C is #B87983. Grayscale: #727272. Windows color (decimal): -12089732 or 8160839. OLE color: 8160839.

HSL color Cylindrical-coordinate representation of color #47867C: hue angle of 170.48º 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 #47867C is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB71134124-
CMYK0.4700.070.47
HSL170.48º30.73%40.2%-
HSV(B)170.48º47.01%52.55%-
XYZ14.7619.8522.12-
YUV114.02133.6397.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=21.58%
G=40.73%
B=37.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341240.4700.070.47170.4830.7340.2
Hex47867C2F072Faa1f28
Octal1072061745707572523750
Binary100011110000110111110010111101111011111010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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