#4F8682

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

Shades of Lochinvar #4F8682

Tints of Lochinvar #4F8682

Color information

#4F8682 (or 0x4F8682) is unknown color: approx Lochinvar. HEX triplet: 4F, 86 and 82. RGB value is (79,134,130). Sum of RGB (Red+Green+Blue) = 79+134+130=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #4F8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8682 is #B0797D. Grayscale: #757575. Windows color (decimal): -11565438 or 8554063. OLE color: 8554063.

HSL color Cylindrical-coordinate representation of color #4F8682: hue angle of 175.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8682 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB79134130-
CMYK0.4100.030.47
HSL175.64º25.82%41.76%-
HSV(B)175.64º41.04%52.55%-
XYZ15.7820.3224.21-
YUV117.1135.28100.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=23.03%
G=39.07%
B=37.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791341300.4100.030.47175.6425.8241.76
Hex4F868229032Fb01a2a
Octal1172062025103572603252
Binary100111110000110100000101010010111011111011000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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