#478E81

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

Shades of Lochinvar #478E81

Tints of Lochinvar #478E81

Color information

#478E81 (or 0x478E81) is unknown color: approx Lochinvar. HEX triplet: 47, 8E and 81. RGB value is (71,142,129). Sum of RGB (Red+Green+Blue) = 71+142+129=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #478E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E81 is #B8717E. Grayscale: #777777. Windows color (decimal): -12087679 or 8490567. OLE color: 8490567.

HSL color Cylindrical-coordinate representation of color #478E81: hue angle of 169.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E81 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB71142129-
CMYK0.500.090.44
HSL169.01º33.33%41.76%-
HSV(B)169.01º50%55.69%-
XYZ16.2322.2724.21-
YUV119.29133.4893.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=20.76%
G=41.52%
B=37.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711421290.500.090.44169.0133.3341.76
Hex478E8132092Ca9212a
Octal10721620162011542514152
Binary100011110001110100000011100100100110110010101001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478E81; }

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

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

<style>
 a { background-color: #478E81; }

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

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

<style>
 span { border-color: #478E81; }

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

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