Html Css Color HEX #4D9F94 Lochinvar

📋 copy color: '#4D9F94'

red 77 ◦ green 159 ◦ blue 148

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

Shades of Lochinvar #4D9F94

Tints of Lochinvar #4D9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

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

R = 20.05%
G = 41.41%
B = 38.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#4D9F94 (or 0x4D9F94) is known color: Lochinvar. HEX triplet: 4D, 9F and 94. RGB value is (77,159,148). Sum of RGB (Red+Green+Blue) = 77+159+148=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F94 is #B2606B. Grayscale: #858585. Windows color (decimal): -11690092 or 9740109. OLE color: 9740109.

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

Color convert

RGB 77 159 148 -
CMYK 0.52 0 0.07 0.38
HSL 171.95º 0.35% 0.46% -
HSV(B) 171.95º 0.52% 0.62% -
XYZ 20.8 28.51 32.42 -
YUV 133.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 77 159 148 0.52 0 0.07 0.38 171.95 0.35 0.46
Hex 4D 9F 94 34 0 7 26 AC 23 2E
Octal 115 237 224 64 0 7 46 254 43 56
Binary 1001101 10011111 10010100 110100 0 111 100110 10101100 100011 101110

Color Harmonies of #4D9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9F94

Black with #4D9F94

Text Example


Text Example

White with #4D9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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