#479A88

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

Shades of Lochinvar #479A88

Tints of Lochinvar #479A88

Color information

#479A88 (or 0x479A88) is unknown color: approx Lochinvar. HEX triplet: 47, 9A and 88. RGB value is (71,154,136). Sum of RGB (Red+Green+Blue) = 71+154+136=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #479A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A88 is #B86577. Grayscale: #7F7F7F. Windows color (decimal): -12084600 or 8952391. OLE color: 8952391.

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

Color convert

RGB71154136-
CMYK0.5400.120.40
HSL166.99º36.89%44.12%-
HSV(B)166.99º53.9%60.39%-
XYZ18.626.2327.37-
YUV127.1313387.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=19.67%
G=42.66%
B=37.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711541360.5400.120.40166.9936.8944.12
Hex479A88360C28a7252c
Octal10723221066014502474554
Binary100011110011010100010001101100110010100010100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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