Html Css Color HEX #4A9882 Lochinvar

📋 copy color: '#4A9882'

red 74 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #4A9882

Tints of Lochinvar #4A9882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 20.79%
G = 42.7%
B = 36.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#4A9882 (or 0x4A9882) is known color: Lochinvar. HEX triplet: 4A, 98 and 82. RGB value is (74,152,130). Sum of RGB (Red+Green+Blue) = 74+152+130=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9882 is #B5677D. Grayscale: #7E7E7E. Windows color (decimal): -11888510 or 8558666. OLE color: 8558666.

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

Color convert

RGB 74 152 130 -
CMYK 0.51 0 0.14 0.40
HSL 163.08º 0.35% 0.44% -
HSV(B) 163.08º 0.51% 0.6% -
XYZ 18.08 25.52 25.09 -
YUV 126.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 74 152 130 0.51 0 0.14 0.40 163.08 0.35 0.44
Hex 4A 98 82 33 0 E 28 A3 23 2C
Octal 112 230 202 63 0 16 50 243 43 54
Binary 1001010 10011000 10000010 110011 0 1110 101000 10100011 100011 101100

Color Harmonies of #4A9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9882

Black with #4A9882

Text Example


Text Example

White with #4A9882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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