#478681

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

Shades of Lochinvar #478681

Tints of Lochinvar #478681

Color information

#478681 (or 0x478681) is unknown color: approx Lochinvar. HEX triplet: 47, 86 and 81. RGB value is (71,134,129). Sum of RGB (Red+Green+Blue) = 71+134+129=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #478681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478681 is #B8797E. Grayscale: #727272. Windows color (decimal): -12089727 or 8488519. OLE color: 8488519.

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

Color convert

RGB71134129-
CMYK0.4700.040.47
HSL175.24º30.73%40.2%-
HSV(B)175.24º47.01%52.55%-
XYZ15.0919.9723.83-
YUV114.59136.1396.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=21.26%
G=40.12%
B=38.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711341290.4700.040.47175.2430.7340.2
Hex4786812F042Faf1f28
Octal1072062015704572573750
Binary1000111100001101000000110111101001011111010111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478681; }

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

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

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

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

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

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

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

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