#4D948A

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

Shades of Lochinvar #4D948A

Tints of Lochinvar #4D948A

Color information

#4D948A (or 0x4D948A) is unknown color: approx Lochinvar. HEX triplet: 4D, 94 and 8A. RGB value is (77,148,138). Sum of RGB (Red+Green+Blue) = 77+148+138=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #4D948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D948A is #B26B75. Grayscale: #7D7D7D. Windows color (decimal): -11692918 or 9081933. OLE color: 9081933.

HSL color Cylindrical-coordinate representation of color #4D948A: hue angle of 171.55º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D948A is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB77148138-
CMYK0.4800.070.42
HSL171.55º31.56%44.12%-
HSV(B)171.55º47.97%58.04%-
XYZ18.2424.5927.83-
YUV125.63134.9893.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.21%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=21.21%
G=40.77%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771481380.4800.070.42171.5531.5644.12
Hex4D948A30072Aac202c
Octal1152242126007522544054
Binary10011011001010010001010110000011110101010101100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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