#479A8C

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

Shades of Lochinvar #479A8C

Tints of Lochinvar #479A8C

Color information

#479A8C (or 0x479A8C) is unknown color: approx Lochinvar. HEX triplet: 47, 9A and 8C. RGB value is (71,154,140). Sum of RGB (Red+Green+Blue) = 71+154+140=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8C is #B86573. Grayscale: #7F7F7F. Windows color (decimal): -12084596 or 9214535. OLE color: 9214535.

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

Color convert

RGB71154140-
CMYK0.5400.090.40
HSL169.88º36.89%44.12%-
HSV(B)169.88º53.9%60.39%-
XYZ18.8926.3428.9-
YUV127.5913587.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=19.45%
G=42.19%
B=38.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541400.5400.090.40169.8836.8944.12
Hex479A8C360928aa252c
Octal10723221466011502524554
Binary100011110011010100011001101100100110100010101010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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