Html Css Color HEX #4D9E94 Lochinvar

📋 copy color: '#4D9E94'

red 77 ◦ green 158 ◦ blue 148

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

Shades of Lochinvar #4D9E94

Tints of Lochinvar #4D9E94

RGB

 RED value IS 77 (30.47% from 255) = 20.1%

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 20.1%
G = 41.25%
B = 38.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#4D9E94 (or 0x4D9E94) is known color: Lochinvar. HEX triplet: 4D, 9E and 94. RGB value is (77,158,148). Sum of RGB (Red+Green+Blue) = 77+158+148=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9E94 is #B2616B. Grayscale: #848484. Windows color (decimal): -11690348 or 9739853. OLE color: 9739853.

HSL color Cylindrical-coordinate representation of color #4D9E94: hue angle of 172.59º 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 #4D9E94 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 158 148 -
CMYK 0.51 0 0.06 0.38
HSL 172.59º 0.34% 0.46% -
HSV(B) 172.59º 0.51% 0.62% -
XYZ 20.63 28.17 32.37 -
YUV 132.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 77 158 148 0.51 0 0.06 0.38 172.59 0.34 0.46
Hex 4D 9E 94 33 0 6 26 AD 22 2E
Octal 115 236 224 63 0 6 46 255 42 56
Binary 1001101 10011110 10010100 110011 0 110 100110 10101101 100010 101110

Color Harmonies of #4D9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9E94

Black with #4D9E94

Text Example


Text Example

White with #4D9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D9E94;
 }
 .AnyTagClassName
 {
   color: #4D9E94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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