#4D9E8B

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

Shades of Lochinvar #4D9E8B

Tints of Lochinvar #4D9E8B

Color information

#4D9E8B (or 0x4D9E8B) is unknown color: approx Lochinvar. HEX triplet: 4D, 9E and 8B. RGB value is (77,158,139). Sum of RGB (Red+Green+Blue) = 77+158+139=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9E8B is #B26174. Grayscale: #838383. Windows color (decimal): -11690357 or 9150029. OLE color: 9150029.

HSL color Cylindrical-coordinate representation of color #4D9E8B: hue angle of 165.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9E8B is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB77158139-
CMYK0.5100.120.38
HSL165.93º34.47%46.08%-
HSV(B)165.93º51.27%61.96%-
XYZ19.9527.928.76-
YUV131.61132.1689.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=20.59%
G=42.25%
B=37.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771581390.5100.120.38165.9334.4746.08
Hex4D9E8B330C26a6222e
Octal11523621363014462464256
Binary100110110011110100010111100110110010011010100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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