Html Css Color HEX #4C987E Lochinvar

📋 copy color: '#4C987E'

red 76 ◦ green 152 ◦ blue 126

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

Shades of Lochinvar #4C987E

Tints of Lochinvar #4C987E

RGB

 RED value IS 76 (30.08% from 255) = 21.47%

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

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

R = 21.47%
G = 42.94%
B = 35.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#4C987E (or 0x4C987E) is known color: Lochinvar. HEX triplet: 4C, 98 and 7E. RGB value is (76,152,126). Sum of RGB (Red+Green+Blue) = 76+152+126=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #4C987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C987E is #B36781. Grayscale: #7E7E7E. Windows color (decimal): -11757442 or 8296524. OLE color: 8296524.

HSL color Cylindrical-coordinate representation of color #4C987E: hue angle of 159.47º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C987E is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 152 126 -
CMYK 0.50 0 0.17 0.40
HSL 159.47º 0.33% 0.45% -
HSV(B) 159.47º 0.5% 0.6% -
XYZ 17.97 25.5 23.71 -
YUV 126.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 76 152 126 0.50 0 0.17 0.40 159.47 0.33 0.45
Hex 4C 98 7E 32 0 11 28 9F 21 2D
Octal 114 230 176 62 0 21 50 237 41 55
Binary 1001100 10011000 1111110 110010 0 10001 101000 10011111 100001 101101

Color Harmonies of #4C987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C987E

Black with #4C987E

Text Example


Text Example

White with #4C987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,152,126); }

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

background-color css

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

 a { background-color: rgb(76,152,126); }

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

border-color css

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

 span { border-color: rgb(76,152,126); }

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