#4D928B

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

Shades of Lochinvar #4D928B

Tints of Lochinvar #4D928B

Color information

#4D928B (or 0x4D928B) is unknown color: approx Lochinvar. HEX triplet: 4D, 92 and 8B. RGB value is (77,146,139). Sum of RGB (Red+Green+Blue) = 77+146+139=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #4D928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D928B is #B26D74. Grayscale: #7C7C7C. Windows color (decimal): -11693429 or 9146957. OLE color: 9146957.

HSL color Cylindrical-coordinate representation of color #4D928B: hue angle of 173.91º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D928B is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB77146139-
CMYK0.4700.050.43
HSL173.91º30.94%43.73%-
HSV(B)173.91º47.26%57.25%-
XYZ182428.11-
YUV124.57136.1494.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=21.27%
G=40.33%
B=38.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771461390.4700.050.43173.9130.9443.73
Hex4D928B2F052Bae1f2c
Octal1152222135705532563754
Binary1001101100100101000101110111101011010111010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,146,139); }

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

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

 a { background-color: rgb(77,146,139); }

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

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

 span { border-color: rgb(77,146,139); }

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