#4D8F8C

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

Shades of Lochinvar #4D8F8C

Tints of Lochinvar #4D8F8C

Color information

#4D8F8C (or 0x4D8F8C) is unknown color: approx Lochinvar. HEX triplet: 4D, 8F and 8C. RGB value is (77,143,140). Sum of RGB (Red+Green+Blue) = 77+143+140=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8F8C is #B27073. Grayscale: #7A7A7A. Windows color (decimal): -11694196 or 9211725. OLE color: 9211725.

HSL color Cylindrical-coordinate representation of color #4D8F8C: hue angle of 177.27º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F8C is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB77143140-
CMYK0.4600.020.44
HSL177.27º30%43.14%-
HSV(B)177.27º46.15%56.08%-
XYZ17.6223.1228.34-
YUV122.92137.6395.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=21.39%
G=39.72%
B=38.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771431400.4600.020.44177.273043.14
Hex4D8F8C2E022Cb11e2b
Octal1152172145602542613653
Binary100110110001111100011001011100101011001011000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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