#479C8B

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

Shades of Lochinvar #479C8B

Tints of Lochinvar #479C8B

Color information

#479C8B (or 0x479C8B) is unknown color: approx Lochinvar. HEX triplet: 47, 9C and 8B. RGB value is (71,156,139). Sum of RGB (Red+Green+Blue) = 71+156+139=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #479C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C8B is #B86374. Grayscale: #808080. Windows color (decimal): -12084085 or 9149511. OLE color: 9149511.

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

Color convert

RGB71156139-
CMYK0.5400.110.39
HSL168º37.44%44.51%-
HSV(B)168º54.49%61.18%-
XYZ19.1526.9828.62-
YUV128.65133.8486.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=19.40%
G=42.62%
B=37.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561390.5400.110.3916837.4444.51
Hex479C8B360B27a8252d
Octal10723421366013472504555
Binary100011110011100100010111101100101110011110101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,139); }

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

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

 a { background-color: rgb(71,156,139); }

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

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

 span { border-color: rgb(71,156,139); }

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