Html Css Color HEX #4A9481 Lochinvar

📋 copy color: '#4A9481'

red 74 ◦ green 148 ◦ blue 129

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

Shades of Lochinvar #4A9481

Tints of Lochinvar #4A9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 21.08%
G = 42.17%
B = 36.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#4A9481 (or 0x4A9481) is known color: Lochinvar. HEX triplet: 4A, 94 and 81. RGB value is (74,148,129). Sum of RGB (Red+Green+Blue) = 74+148+129=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9481 is #B56B7E. Grayscale: #7B7B7B. Windows color (decimal): -11889535 or 8492106. OLE color: 8492106.

HSL color Cylindrical-coordinate representation of color #4A9481: hue angle of 164.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9481 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 129 -
CMYK 0.50 0 0.13 0.42
HSL 164.59º 0.33% 0.44% -
HSV(B) 164.59º 0.5% 0.58% -
XYZ 17.38 24.22 24.53 -
YUV 123.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 74 148 129 0.50 0 0.13 0.42 164.59 0.33 0.44
Hex 4A 94 81 32 0 D 2A A5 21 2C
Octal 112 224 201 62 0 15 52 245 41 54
Binary 1001010 10010100 10000001 110010 0 1101 101010 10100101 100001 101100

Color Harmonies of #4A9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9481

Black with #4A9481

Text Example


Text Example

White with #4A9481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,129); }

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

background-color css

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

 a { background-color: rgb(74,148,129); }

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

border-color css

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

 span { border-color: rgb(74,148,129); }

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