Html Css Color HEX #4D927B Lochinvar

📋 copy color: '#4D927B'

red 77 ◦ green 146 ◦ blue 123

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

Shades of Lochinvar #4D927B

Tints of Lochinvar #4D927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 22.25%
G = 42.2%
B = 35.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#4D927B (or 0x4D927B) is known color: Lochinvar. HEX triplet: 4D, 92 and 7B. RGB value is (77,146,123). Sum of RGB (Red+Green+Blue) = 77+146+123=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #4D927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D927B is #B26D84. Grayscale: #7A7A7A. Windows color (decimal): -11693445 or 8098381. OLE color: 8098381.

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

Color convert

RGB 77 146 123 -
CMYK 0.47 0 0.16 0.43
HSL 160º 0.31% 0.44% -
HSV(B) 160º 0.47% 0.57% -
XYZ 16.91 23.57 22.4 -
YUV 122.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 77 146 123 0.47 0 0.16 0.43 160 0.31 0.44
Hex 4D 92 7B 2F 0 10 2B A0 1F 2C
Octal 115 222 173 57 0 20 53 240 37 54
Binary 1001101 10010010 1111011 101111 0 10000 101011 10100000 11111 101100

Color Harmonies of #4D927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D927B

Black with #4D927B

Text Example


Text Example

White with #4D927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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