#4F9C82

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

Shades of Lochinvar #4F9C82

Tints of Lochinvar #4F9C82

Color information

#4F9C82 (or 0x4F9C82) is unknown color: approx Lochinvar. HEX triplet: 4F, 9C and 82. RGB value is (79,156,130). Sum of RGB (Red+Green+Blue) = 79+156+130=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9C82 is #B0637D. Grayscale: #828282. Windows color (decimal): -11559806 or 8559695. OLE color: 8559695.

HSL color Cylindrical-coordinate representation of color #4F9C82: hue angle of 159.74º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C82 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB79156130-
CMYK0.4900.170.39
HSL159.74º32.77%46.08%-
HSV(B)159.74º49.36%61.18%-
XYZ19.1427.0525.33-
YUV130.01127.9991.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=21.64%
G=42.74%
B=35.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791561300.4900.170.39159.7432.7746.08
Hex4F9C823101127a0212e
Octal11723420261021472404156
Binary1001111100111001000001011000101000110011110100000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F9C82; }

 p { color: rgb(79,156,130); }

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

<style>
 a { background-color: #4F9C82; }

 a { background-color: rgb(79,156,130); }

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

<style>
 span { border-color: #4F9C82; }

 span { border-color: rgb(79,156,130); }

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