Html Css Color HEX #4A997E Lochinvar

📋 copy color: '#4A997E'

red 74 ◦ green 153 ◦ blue 126

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

Shades of Lochinvar #4A997E

Tints of Lochinvar #4A997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 20.96%
G = 43.34%
B = 35.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#4A997E (or 0x4A997E) is known color: Lochinvar. HEX triplet: 4A, 99 and 7E. RGB value is (74,153,126). Sum of RGB (Red+Green+Blue) = 74+153+126=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #4A997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A997E is #B56681. Grayscale: #7E7E7E. Windows color (decimal): -11888258 or 8296778. OLE color: 8296778.

HSL color Cylindrical-coordinate representation of color #4A997E: hue angle of 159.49º 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 #4A997E is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 126 -
CMYK 0.52 0 0.18 0.4
HSL 159.49º 0.35% 0.45% -
HSV(B) 159.49º 0.52% 0.6% -
XYZ 17.98 25.74 23.76 -
YUV 126.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 74 153 126 0.52 0 0.18 0.4 159.49 0.35 0.45
Hex 4A 99 7E 34 0 12 28 9F 23 2D
Octal 112 231 176 64 0 22 50 237 43 55
Binary 1001010 10011001 1111110 110100 0 10010 101000 10011111 100011 101101

Color Harmonies of #4A997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A997E

Black with #4A997E

Text Example


Text Example

White with #4A997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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