Html Css Color HEX #4A8A80 Lochinvar

📋 copy color: '#4A8A80'

red 74 ◦ green 138 ◦ blue 128

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

Shades of Lochinvar #4A8A80

Tints of Lochinvar #4A8A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.59%

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

R = 21.76%
G = 40.59%
B = 37.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#4A8A80 (or 0x4A8A80) is known color: Lochinvar. HEX triplet: 4A, 8A and 80. RGB value is (74,138,128). Sum of RGB (Red+Green+Blue) = 74+138+128=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8A80 is #B5757F. Grayscale: #757575. Windows color (decimal): -11892096 or 8424010. OLE color: 8424010.

HSL color Cylindrical-coordinate representation of color #4A8A80: hue angle of 170.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A80 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 138 128 -
CMYK 0.46 0 0.07 0.46
HSL 170.63º 0.3% 0.42% -
HSV(B) 170.63º 0.46% 0.54% -
XYZ 15.81 21.19 23.68 -
YUV 117.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 74 138 128 0.46 0 0.07 0.46 170.63 0.3 0.42
Hex 4A 8A 80 2E 0 7 2E AB 1E 2A
Octal 112 212 200 56 0 7 56 253 36 52
Binary 1001010 10001010 10000000 101110 0 111 101110 10101011 11110 101010

Color Harmonies of #4A8A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8A80

Black with #4A8A80

Text Example


Text Example

White with #4A8A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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