Html Css Color HEX #4C998D Lochinvar

📋 copy color: '#4C998D'

red 76 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #4C998D

Tints of Lochinvar #4C998D

RGB

 RED value IS 76 (30.08% from 255) = 20.54%

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 20.54%
G = 41.35%
B = 38.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#4C998D (or 0x4C998D) is known color: Lochinvar. HEX triplet: 4C, 99 and 8D. RGB value is (76,153,141). Sum of RGB (Red+Green+Blue) = 76+153+141=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998D is #B36672. Grayscale: #808080. Windows color (decimal): -11757171 or 9279820. OLE color: 9279820.

HSL color Cylindrical-coordinate representation of color #4C998D: hue angle of 170.65º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C998D is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 153 141 -
CMYK 0.50 0 0.08 0.4
HSL 170.65º 0.34% 0.45% -
HSV(B) 170.65º 0.5% 0.6% -
XYZ 19.18 26.24 29.25 -
YUV 128.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 76 153 141 0.50 0 0.08 0.4 170.65 0.34 0.45
Hex 4C 99 8D 32 0 8 28 AB 22 2D
Octal 114 231 215 62 0 10 50 253 42 55
Binary 1001100 10011001 10001101 110010 0 1000 101000 10101011 100010 101101

Color Harmonies of #4C998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C998D

Black with #4C998D

Text Example


Text Example

White with #4C998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,153,141); }

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

background-color css

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

 a { background-color: rgb(76,153,141); }

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

border-color css

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

 span { border-color: rgb(76,153,141); }

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