#4F938C

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

Shades of Lochinvar #4F938C

Tints of Lochinvar #4F938C

Color information

#4F938C (or 0x4F938C) is unknown color: approx Lochinvar. HEX triplet: 4F, 93 and 8C. RGB value is (79,147,140). Sum of RGB (Red+Green+Blue) = 79+147+140=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #4F938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F938C is #B06C73. Grayscale: #7D7D7D. Windows color (decimal): -11562100 or 9212751. OLE color: 9212751.

HSL color Cylindrical-coordinate representation of color #4F938C: hue angle of 173.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F938C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB79147140-
CMYK0.4600.050.42
HSL173.82º30.09%44.31%-
HSV(B)173.82º46.26%57.65%-
XYZ18.3924.4228.56-
YUV125.87135.9794.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=21.58%
G=40.16%
B=38.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471400.4600.050.42173.8230.0944.31
Hex4F938C2E052Aae1e2c
Octal1172232145605522563654
Binary1001111100100111000110010111001011010101010111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,147,140); }

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

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

 a { background-color: rgb(79,147,140); }

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

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

 span { border-color: rgb(79,147,140); }

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