#4D8A7B

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

Shades of Lochinvar #4D8A7B

Tints of Lochinvar #4D8A7B

Color information

#4D8A7B (or 0x4D8A7B) is unknown color: approx Lochinvar. HEX triplet: 4D, 8A and 7B. RGB value is (77,138,123). Sum of RGB (Red+Green+Blue) = 77+138+123=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A7B is #B27584. Grayscale: #767676. Windows color (decimal): -11695493 or 8096333. OLE color: 8096333.

HSL color Cylindrical-coordinate representation of color #4D8A7B: hue angle of 165.25º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8A7B is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB77138123-
CMYK0.4400.110.46
HSL165.25º28.37%42.16%-
HSV(B)165.25º44.2%54.12%-
XYZ15.7221.1822-
YUV118.05130.7998.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=22.78%
G=40.83%
B=36.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771381230.4400.110.46165.2528.3742.16
Hex4D8A7B2C0B2Ea51c2a
Octal11521217354013562453452
Binary1001101100010101111011101100010111011101010010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,123); }

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

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

 a { background-color: rgb(77,138,123); }

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

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

 span { border-color: rgb(77,138,123); }

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