#47877B

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

Shades of Lochinvar #47877B

Tints of Lochinvar #47877B

Color information

#47877B (or 0x47877B) is unknown color: approx Lochinvar. HEX triplet: 47, 87 and 7B. RGB value is (71,135,123). Sum of RGB (Red+Green+Blue) = 71+135+123=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #47877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47877B is #B87884. Grayscale: #727272. Windows color (decimal): -12089477 or 8095559. OLE color: 8095559.

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

Color convert

RGB71135123-
CMYK0.4700.090.47
HSL168.75º31.07%40.39%-
HSV(B)168.75º47.41%52.94%-
XYZ14.8420.121.84-
YUV114.5132.896.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=21.58%
G=41.03%
B=37.39%

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
Decimal711351230.4700.090.47168.7531.0740.39
Hex47877B2F092Fa91f28
Octal10720717357011572513750
Binary1000111100001111111011101111010011011111010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,135,123); }

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

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

 a { background-color: rgb(71,135,123); }

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

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

 span { border-color: rgb(71,135,123); }

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