#4F938A

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

Shades of Lochinvar #4F938A

Tints of Lochinvar #4F938A

Color information

#4F938A (or 0x4F938A) is unknown color: approx Lochinvar. HEX triplet: 4F, 93 and 8A. RGB value is (79,147,138). Sum of RGB (Red+Green+Blue) = 79+147+138=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #4F938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F938A is #B06C75. Grayscale: #7D7D7D. Windows color (decimal): -11562102 or 9081679. OLE color: 9081679.

HSL color Cylindrical-coordinate representation of color #4F938A: hue angle of 172.06º 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 #4F938A is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB79147138-
CMYK0.4600.060.42
HSL172.06º30.09%44.31%-
HSV(B)172.06º46.26%57.65%-
XYZ18.2524.3627.79-
YUV125.64134.9794.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=21.70%
G=40.38%
B=37.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791471380.4600.060.42172.0630.0944.31
Hex4F938A2E062Aac1e2c
Octal1172232125606522543654
Binary1001111100100111000101010111001101010101010110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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