#479D8D

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

Shades of Lochinvar #479D8D

Tints of Lochinvar #479D8D

Color information

#479D8D (or 0x479D8D) is unknown color: approx Lochinvar. HEX triplet: 47, 9D and 8D. RGB value is (71,157,141). Sum of RGB (Red+Green+Blue) = 71+157+141=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #479D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479D8D is #B86272. Grayscale: #818181. Windows color (decimal): -12083827 or 9280839. OLE color: 9280839.

HSL color Cylindrical-coordinate representation of color #479D8D: hue angle of 168.84º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D8D is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB71157141-
CMYK0.5500.100.38
HSL168.84º37.72%44.71%-
HSV(B)168.84º54.78%61.57%-
XYZ19.4627.3829.46-
YUV129.46134.5186.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=19.24%
G=42.55%
B=38.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711571410.5500.100.38168.8437.7244.71
Hex479D8D370A26a9262d
Octal10723521567012462514655
Binary100011110011101100011011101110101010011010101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,141); }

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

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

 a { background-color: rgb(71,157,141); }

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

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

 span { border-color: rgb(71,157,141); }

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