Html Css Color HEX #4D928A Lochinvar

📋 copy color: '#4D928A'

red 77 ◦ green 146 ◦ blue 138

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

Shades of Lochinvar #4D928A

Tints of Lochinvar #4D928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 21.33%
G = 40.44%
B = 38.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#4D928A (or 0x4D928A) is known color: Lochinvar. HEX triplet: 4D, 92 and 8A. RGB value is (77,146,138). Sum of RGB (Red+Green+Blue) = 77+146+138=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #4D928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D928A is #B26D75. Grayscale: #7C7C7C. Windows color (decimal): -11693430 or 9081421. OLE color: 9081421.

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

Color convert

RGB 77 146 138 -
CMYK 0.47 0 0.05 0.43
HSL 173.04º 0.31% 0.44% -
HSV(B) 173.04º 0.47% 0.57% -
XYZ 17.93 23.97 27.73 -
YUV 124.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 77 146 138 0.47 0 0.05 0.43 173.04 0.31 0.44
Hex 4D 92 8A 2F 0 5 2B AD 1F 2C
Octal 115 222 212 57 0 5 53 255 37 54
Binary 1001101 10010010 10001010 101111 0 101 101011 10101101 11111 101100

Color Harmonies of #4D928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D928A

Black with #4D928A

Text Example


Text Example

White with #4D928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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