Html Css Color HEX #4A987C Lochinvar

📋 copy color: '#4A987C'

red 74 ◦ green 152 ◦ blue 124

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

Shades of Lochinvar #4A987C

Tints of Lochinvar #4A987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 21.14%
G = 43.43%
B = 35.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#4A987C (or 0x4A987C) is known color: Lochinvar. HEX triplet: 4A, 98 and 7C. RGB value is (74,152,124). Sum of RGB (Red+Green+Blue) = 74+152+124=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #4A987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A987C is #B56783. Grayscale: #7D7D7D. Windows color (decimal): -11888516 or 8165450. OLE color: 8165450.

HSL color Cylindrical-coordinate representation of color #4A987C: hue angle of 158.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A987C is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 124 -
CMYK 0.51 0 0.18 0.40
HSL 158.46º 0.35% 0.44% -
HSV(B) 158.46º 0.51% 0.6% -
XYZ 17.69 25.37 23.03 -
YUV 125.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 74 152 124 0.51 0 0.18 0.40 158.46 0.35 0.44
Hex 4A 98 7C 33 0 12 28 9E 23 2C
Octal 112 230 174 63 0 22 50 236 43 54
Binary 1001010 10011000 1111100 110011 0 10010 101000 10011110 100011 101100

Color Harmonies of #4A987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A987C

Black with #4A987C

Text Example


Text Example

White with #4A987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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