#4F907A

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

Shades of Lochinvar #4F907A

Tints of Lochinvar #4F907A

Color information

#4F907A (or 0x4F907A) is unknown color: approx Lochinvar. HEX triplet: 4F, 90 and 7A. RGB value is (79,144,122). Sum of RGB (Red+Green+Blue) = 79+144+122=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #4F907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F907A is #B06F85. Grayscale: #7A7A7A. Windows color (decimal): -11562886 or 8032335. OLE color: 8032335.

HSL color Cylindrical-coordinate representation of color #4F907A: hue angle of 159.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F907A is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB79144122-
CMYK0.4500.150.44
HSL159.69º29.15%43.73%-
HSV(B)159.69º45.14%56.47%-
XYZ16.7123.0121.97-
YUV122.06127.9797.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=22.90%
G=41.74%
B=35.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441220.4500.150.44159.6929.1543.73
Hex4F907A2D0F2Ca01d2c
Octal11722017255017542403554
Binary1001111100100001111010101101011111011001010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,144,122); }

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

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

 a { background-color: rgb(79,144,122); }

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

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

 span { border-color: rgb(79,144,122); }

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