Html Css Color HEX #4A8780 Lochinvar

📋 copy color: '#4A8780'

red 74 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #4A8780

Tints of Lochinvar #4A8780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 21.96%
G = 40.06%
B = 37.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#4A8780 (or 0x4A8780) is known color: Lochinvar. HEX triplet: 4A, 87 and 80. RGB value is (74,135,128). Sum of RGB (Red+Green+Blue) = 74+135+128=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8780 is #B5787F. Grayscale: #737373. Windows color (decimal): -11892864 or 8423242. OLE color: 8423242.

HSL color Cylindrical-coordinate representation of color #4A8780: hue angle of 173.11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8780 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 135 128 -
CMYK 0.45 0 0.05 0.47
HSL 173.11º 0.29% 0.41% -
HSV(B) 173.11º 0.45% 0.53% -
XYZ 15.38 20.34 23.54 -
YUV 115.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 74 135 128 0.45 0 0.05 0.47 173.11 0.29 0.41
Hex 4A 87 80 2D 0 5 2F AD 1D 29
Octal 112 207 200 55 0 5 57 255 35 51
Binary 1001010 10000111 10000000 101101 0 101 101111 10101101 11101 101001

Color Harmonies of #4A8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8780

Black with #4A8780

Text Example


Text Example

White with #4A8780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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