#4D968F

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

Shades of Lochinvar #4D968F

Tints of Lochinvar #4D968F

Color information

#4D968F (or 0x4D968F) is unknown color: approx Lochinvar. HEX triplet: 4D, 96 and 8F. RGB value is (77,150,143). Sum of RGB (Red+Green+Blue) = 77+150+143=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #4D968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D968F is #B26970. Grayscale: #7F7F7F. Windows color (decimal): -11692401 or 9410125. OLE color: 9410125.

HSL color Cylindrical-coordinate representation of color #4D968F: hue angle of 174.25º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D968F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB77150143-
CMYK0.4900.050.41
HSL174.25º32.16%44.51%-
HSV(B)174.25º48.67%58.82%-
XYZ18.9225.3729.89-
YUV127.38136.8292.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=20.81%
G=40.54%
B=38.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771501430.4900.050.41174.2532.1644.51
Hex4D968F310529ae202d
Octal1152262176105512564055
Binary10011011001011010001111110001010110100110101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,150,143); }

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

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

 a { background-color: rgb(77,150,143); }

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

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

 span { border-color: rgb(77,150,143); }

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