#4F9583

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

Shades of Lochinvar #4F9583

Tints of Lochinvar #4F9583

Color information

#4F9583 (or 0x4F9583) is unknown color: approx Lochinvar. HEX triplet: 4F, 95 and 83. RGB value is (79,149,131). Sum of RGB (Red+Green+Blue) = 79+149+131=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9583 is #B06A7C. Grayscale: #7E7E7E. Windows color (decimal): -11561597 or 8623439. OLE color: 8623439.

HSL color Cylindrical-coordinate representation of color #4F9583: hue angle of 164.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9583 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB79149131-
CMYK0.4700.120.42
HSL164.57º30.7%44.71%-
HSV(B)164.57º46.98%58.43%-
XYZ18.0724.825.31-
YUV126.02130.8194.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.01%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=22.01%
G=41.50%
B=36.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791491310.4700.120.42164.5730.744.71
Hex4F95832F0C2Aa51f2d
Octal11722520357014522453755
Binary10011111001010110000011101111011001010101010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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