Html Css Color HEX #4D928D Lochinvar

📋 copy color: '#4D928D'

red 77 ◦ green 146 ◦ blue 141

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

Shades of Lochinvar #4D928D

Tints of Lochinvar #4D928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 21.15%
G = 40.11%
B = 38.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#4D928D (or 0x4D928D) is known color: Lochinvar. HEX triplet: 4D, 92 and 8D. RGB value is (77,146,141). Sum of RGB (Red+Green+Blue) = 77+146+141=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #4D928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D928D is #B26D72. Grayscale: #7C7C7C. Windows color (decimal): -11693427 or 9278029. OLE color: 9278029.

HSL color Cylindrical-coordinate representation of color #4D928D: hue angle of 175.65º 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 #4D928D is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 146 141 -
CMYK 0.47 0 0.03 0.43
HSL 175.65º 0.31% 0.44% -
HSV(B) 175.65º 0.47% 0.57% -
XYZ 18.15 24.06 28.89 -
YUV 124.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 77 146 141 0.47 0 0.03 0.43 175.65 0.31 0.44
Hex 4D 92 8D 2F 0 3 2B B0 1F 2C
Octal 115 222 215 57 0 3 53 260 37 54
Binary 1001101 10010010 10001101 101111 0 11 101011 10110000 11111 101100

Color Harmonies of #4D928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D928D

Black with #4D928D

Text Example


Text Example

White with #4D928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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