Html Css Color HEX #4D928B Lochinvar

📋 copy color: '#4D928B'

red 77 ◦ green 146 ◦ blue 139

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

Shades of Lochinvar #4D928B

Tints of Lochinvar #4D928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 21.27%
G = 40.33%
B = 38.4%

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

#4D928B (or 0x4D928B) is known color: Lochinvar. HEX triplet: 4D, 92 and 8B. RGB value is (77,146,139). Sum of RGB (Red+Green+Blue) = 77+146+139=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #4D928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D928B is #B26D74. Grayscale: #7C7C7C. Windows color (decimal): -11693429 or 9146957. OLE color: 9146957.

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

Color convert

RGB 77 146 139 -
CMYK 0.47 0 0.05 0.43
HSL 173.91º 0.31% 0.44% -
HSV(B) 173.91º 0.47% 0.57% -
XYZ 18 24 28.11 -
YUV 124.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 77 146 139 0.47 0 0.05 0.43 173.91 0.31 0.44
Hex 4D 92 8B 2F 0 5 2B AE 1F 2C
Octal 115 222 213 57 0 5 53 256 37 54
Binary 1001101 10010010 10001011 101111 0 101 101011 10101110 11111 101100

Color Harmonies of #4D928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D928B

Black with #4D928B

Text Example


Text Example

White with #4D928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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