Html Css Color HEX #4A997D Lochinvar

📋 copy color: '#4A997D'

red 74 ◦ green 153 ◦ blue 125

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

Shades of Lochinvar #4A997D

Tints of Lochinvar #4A997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 21.02%
G = 43.47%
B = 35.51%

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

#4A997D (or 0x4A997D) is known color: Lochinvar. HEX triplet: 4A, 99 and 7D. RGB value is (74,153,125). Sum of RGB (Red+Green+Blue) = 74+153+125=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #4A997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A997D is #B56682. Grayscale: #7E7E7E. Windows color (decimal): -11888259 or 8231242. OLE color: 8231242.

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

Color convert

RGB 74 153 125 -
CMYK 0.52 0 0.18 0.4
HSL 158.73º 0.35% 0.45% -
HSV(B) 158.73º 0.52% 0.6% -
XYZ 17.92 25.72 23.42 -
YUV 126.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 74 153 125 0.52 0 0.18 0.4 158.73 0.35 0.45
Hex 4A 99 7D 34 0 12 28 9F 23 2D
Octal 112 231 175 64 0 22 50 237 43 55
Binary 1001010 10011001 1111101 110100 0 10010 101000 10011111 100011 101101

Color Harmonies of #4A997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A997D

Black with #4A997D

Text Example


Text Example

White with #4A997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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