Html Css Color HEX #4B977C Lochinvar

📋 copy color: '#4B977C'

red 75 ◦ green 151 ◦ blue 124

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

Shades of Lochinvar #4B977C

Tints of Lochinvar #4B977C

RGB

 RED value IS 75 (29.69% from 255) = 21.43%

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 21.43%
G = 43.14%
B = 35.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#4B977C (or 0x4B977C) is known color: Lochinvar. HEX triplet: 4B, 97 and 7C. RGB value is (75,151,124). Sum of RGB (Red+Green+Blue) = 75+151+124=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #4B977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B977C is #B46883. Grayscale: #7D7D7D. Windows color (decimal): -11823236 or 8165195. OLE color: 8165195.

HSL color Cylindrical-coordinate representation of color #4B977C: hue angle of 158.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B977C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 151 124 -
CMYK 0.50 0 0.18 0.41
HSL 158.68º 0.34% 0.44% -
HSV(B) 158.68º 0.5% 0.59% -
XYZ 17.61 25.08 22.98 -
YUV 125.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 75 151 124 0.50 0 0.18 0.41 158.68 0.34 0.44
Hex 4B 97 7C 32 0 12 29 9F 22 2C
Octal 113 227 174 62 0 22 51 237 42 54
Binary 1001011 10010111 1111100 110010 0 10010 101001 10011111 100010 101100

Color Harmonies of #4B977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B977C

Black with #4B977C

Text Example


Text Example

White with #4B977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,151,124); }

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

background-color css

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

 a { background-color: rgb(75,151,124); }

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

border-color css

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

 span { border-color: rgb(75,151,124); }

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