#4F9083

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

Shades of Lochinvar #4F9083

Tints of Lochinvar #4F9083

Color information

#4F9083 (or 0x4F9083) is unknown color: approx Lochinvar. HEX triplet: 4F, 90 and 83. RGB value is (79,144,131). Sum of RGB (Red+Green+Blue) = 79+144+131=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9083 is #B06F7C. Grayscale: #7B7B7B. Windows color (decimal): -11562877 or 8622159. OLE color: 8622159.

HSL color Cylindrical-coordinate representation of color #4F9083: hue angle of 168º 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 #4F9083 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB79144131-
CMYK0.4500.090.44
HSL168º29.15%43.73%-
HSV(B)168º45.14%56.47%-
XYZ17.2923.2525.05-
YUV123.08132.4796.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.32%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=22.32%
G=40.68%
B=37.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441310.4500.090.4416829.1543.73
Hex4F90832D092Ca81d2c
Octal11722020355011542503554
Binary10011111001000010000011101101010011011001010100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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