#478E83

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

Shades of Lochinvar #478E83

Tints of Lochinvar #478E83

Color information

#478E83 (or 0x478E83) is unknown color: approx Lochinvar. HEX triplet: 47, 8E and 83. RGB value is (71,142,131). Sum of RGB (Red+Green+Blue) = 71+142+131=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #478E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E83 is #B8717C. Grayscale: #777777. Windows color (decimal): -12087677 or 8621639. OLE color: 8621639.

HSL color Cylindrical-coordinate representation of color #478E83: hue angle of 170.7º 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 #478E83 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB71142131-
CMYK0.500.080.44
HSL170.7º33.33%41.76%-
HSV(B)170.7º50%55.69%-
XYZ16.3722.3224.92-
YUV119.52134.4893.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=20.64%
G=41.28%
B=38.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711421310.500.080.44170.733.3341.76
Hex478E8332082Cab212a
Octal10721620362010542534152
Binary100011110001110100000111100100100010110010101011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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