#479E92

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

Shades of Lochinvar #479E92

Tints of Lochinvar #479E92

Color information

#479E92 (or 0x479E92) is unknown color: approx Lochinvar. HEX triplet: 47, 9E and 92. RGB value is (71,158,146). Sum of RGB (Red+Green+Blue) = 71+158+146=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #479E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E92 is #B8616D. Grayscale: #828282. Windows color (decimal): -12083566 or 9608775. OLE color: 9608775.

HSL color Cylindrical-coordinate representation of color #479E92: hue angle of 171.72º 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 #479E92 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB71158146-
CMYK0.5500.080.38
HSL171.72º37.99%44.9%-
HSV(B)171.72º55.06%61.96%-
XYZ20.0127.8731.52-
YUV130.62136.6885.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=18.93%
G=42.13%
B=38.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711581460.5500.080.38171.7237.9944.9
Hex479E92370826ac262d
Octal10723622267010462544655
Binary100011110011110100100101101110100010011010101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,146); }

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

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

 a { background-color: rgb(71,158,146); }

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

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

 span { border-color: rgb(71,158,146); }

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