Html Css Color HEX #4A9880 Lochinvar

📋 copy color: '#4A9880'

red 74 ◦ green 152 ◦ blue 128

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

Shades of Lochinvar #4A9880

Tints of Lochinvar #4A9880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 20.9%
G = 42.94%
B = 36.16%

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

#4A9880 (or 0x4A9880) is known color: Lochinvar. HEX triplet: 4A, 98 and 80. RGB value is (74,152,128). Sum of RGB (Red+Green+Blue) = 74+152+128=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9880 is #B5677F. Grayscale: #7D7D7D. Windows color (decimal): -11888512 or 8427594. OLE color: 8427594.

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

Color convert

RGB 74 152 128 -
CMYK 0.51 0 0.16 0.40
HSL 161.54º 0.35% 0.44% -
HSV(B) 161.54º 0.51% 0.6% -
XYZ 17.95 25.47 24.39 -
YUV 125.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 74 152 128 0.51 0 0.16 0.40 161.54 0.35 0.44
Hex 4A 98 80 33 0 10 28 A2 23 2C
Octal 112 230 200 63 0 20 50 242 43 54
Binary 1001010 10011000 10000000 110011 0 10000 101000 10100010 100011 101100

Color Harmonies of #4A9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9880

Black with #4A9880

Text Example


Text Example

White with #4A9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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