Html Css Color HEX #4A987F Lochinvar

📋 copy color: '#4A987F'

red 74 ◦ green 152 ◦ blue 127

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

Shades of Lochinvar #4A987F

Tints of Lochinvar #4A987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 20.96%
G = 43.06%
B = 35.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#4A987F (or 0x4A987F) is known color: Lochinvar. HEX triplet: 4A, 98 and 7F. RGB value is (74,152,127). Sum of RGB (Red+Green+Blue) = 74+152+127=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #4A987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A987F is #B56780. Grayscale: #7D7D7D. Windows color (decimal): -11888513 or 8362058. OLE color: 8362058.

HSL color Cylindrical-coordinate representation of color #4A987F: hue angle of 160.77º 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 #4A987F is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 127 -
CMYK 0.51 0 0.16 0.40
HSL 160.77º 0.35% 0.44% -
HSV(B) 160.77º 0.51% 0.6% -
XYZ 17.88 25.44 24.05 -
YUV 125.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 74 152 127 0.51 0 0.16 0.40 160.77 0.35 0.44
Hex 4A 98 7F 33 0 10 28 A1 23 2C
Octal 112 230 177 63 0 20 50 241 43 54
Binary 1001010 10011000 1111111 110011 0 10000 101000 10100001 100011 101100

Color Harmonies of #4A987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A987F

Black with #4A987F

Text Example


Text Example

White with #4A987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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