Html Css Color HEX #4A997C Lochinvar

📋 copy color: '#4A997C'

red 74 ◦ green 153 ◦ blue 124

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

Shades of Lochinvar #4A997C

Tints of Lochinvar #4A997C

RGB

 RED value IS 74 (29.3% from 255) = 21.08%

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

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

R = 21.08%
G = 43.59%
B = 35.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#4A997C (or 0x4A997C) is known color: Lochinvar. HEX triplet: 4A, 99 and 7C. RGB value is (74,153,124). Sum of RGB (Red+Green+Blue) = 74+153+124=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #4A997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A997C is #B56683. Grayscale: #7E7E7E. Windows color (decimal): -11888260 or 8165706. OLE color: 8165706.

HSL color Cylindrical-coordinate representation of color #4A997C: hue angle of 157.97º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A997C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 124 -
CMYK 0.52 0 0.19 0.4
HSL 157.97º 0.35% 0.45% -
HSV(B) 157.97º 0.52% 0.6% -
XYZ 17.85 25.69 23.09 -
YUV 126.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 74 153 124 0.52 0 0.19 0.4 157.97 0.35 0.45
Hex 4A 99 7C 34 0 13 28 9E 23 2D
Octal 112 231 174 64 0 23 50 236 43 55
Binary 1001010 10011001 1111100 110100 0 10011 101000 10011110 100011 101101

Color Harmonies of #4A997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A997C

Black with #4A997C

Text Example


Text Example

White with #4A997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,124); }

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

background-color css

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

 a { background-color: rgb(74,153,124); }

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

border-color css

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

 span { border-color: rgb(74,153,124); }

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