#479B8C

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

Shades of Lochinvar #479B8C

Tints of Lochinvar #479B8C

Color information

#479B8C (or 0x479B8C) is unknown color: approx Lochinvar. HEX triplet: 47, 9B and 8C. RGB value is (71,155,140). Sum of RGB (Red+Green+Blue) = 71+155+140=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #479B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479B8C is #B86473. Grayscale: #808080. Windows color (decimal): -12084340 or 9214791. OLE color: 9214791.

HSL color Cylindrical-coordinate representation of color #479B8C: hue angle of 169.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B8C is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB71155140-
CMYK0.5400.100.39
HSL169.29º37.17%44.31%-
HSV(B)169.29º54.19%60.78%-
XYZ19.0526.6828.96-
YUV128.17134.6787.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=19.40%
G=42.35%
B=38.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711551400.5400.100.39169.2937.1744.31
Hex479B8C360A27a9252c
Octal10723321466012472514554
Binary100011110011011100011001101100101010011110101001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479B8C; }

 p { color: rgb(71,155,140); }

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

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

 a { background-color: rgb(71,155,140); }

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

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

 span { border-color: rgb(71,155,140); }

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