#479A8A

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

Shades of Lochinvar #479A8A

Tints of Lochinvar #479A8A

Color information

#479A8A (or 0x479A8A) is unknown color: approx Lochinvar. HEX triplet: 47, 9A and 8A. RGB value is (71,154,138). Sum of RGB (Red+Green+Blue) = 71+154+138=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8A is #B86575. Grayscale: #7F7F7F. Windows color (decimal): -12084598 or 9083463. OLE color: 9083463.

HSL color Cylindrical-coordinate representation of color #479A8A: hue angle of 168.43º 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 #479A8A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB71154138-
CMYK0.5400.100.40
HSL168.43º36.89%44.12%-
HSV(B)168.43º53.9%60.39%-
XYZ18.7426.2928.13-
YUV127.3613487.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=19.56%
G=42.42%
B=38.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541380.5400.100.40168.4336.8944.12
Hex479A8A360A28a8252c
Octal10723221266012502504554
Binary100011110011010100010101101100101010100010101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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