Html Css Color HEX #4D9E8B Lochinvar

📋 copy color: '#4D9E8B'

red 77 ◦ green 158 ◦ blue 139

#4D9E8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4D9E8B

Tints of Lochinvar #4D9E8B

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 value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#4D9E8B (or 0x4D9E8B) is known color: 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

RGB 77 158 139 -
CMYK 0.51 0 0.12 0.38
HSL 165.93º 0.34% 0.46% -
HSV(B) 165.93º 0.51% 0.62% -
XYZ 19.95 27.9 28.76 -
YUV 131.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 77 158 139 0.51 0 0.12 0.38 165.93 0.34 0.46
Hex 4D 9E 8B 33 0 C 26 A6 22 2E
Octal 115 236 213 63 0 14 46 246 42 56
Binary 1001101 10011110 10001011 110011 0 1100 100110 10100110 100010 101110

Color Harmonies of #4D9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9E8B

Black with #4D9E8B

Text Example


Text Example

White with #4D9E8B

Text Example


Text Example

HTML Codes & Css Web 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>