Html Css Color HEX #4A8678 Lochinvar

📋 copy color: '#4A8678'

red 74 ◦ green 134 ◦ blue 120

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

Shades of Lochinvar #4A8678

Tints of Lochinvar #4A8678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 22.56%
G = 40.85%
B = 36.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#4A8678 (or 0x4A8678) is known color: Lochinvar. HEX triplet: 4A, 86 and 78. RGB value is (74,134,120). Sum of RGB (Red+Green+Blue) = 74+134+120=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8678 is #B57987. Grayscale: #727272. Windows color (decimal): -11893128 or 7898698. OLE color: 7898698.

HSL color Cylindrical-coordinate representation of color #4A8678: hue angle of 166º 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 #4A8678 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 120 -
CMYK 0.45 0 0.10 0.47
HSL 166º 0.29% 0.41% -
HSV(B) 166º 0.45% 0.53% -
XYZ 14.74 19.86 20.83 -
YUV 114.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 74 134 120 0.45 0 0.10 0.47 166 0.29 0.41
Hex 4A 86 78 2D 0 A 2F A6 1D 29
Octal 112 206 170 55 0 12 57 246 35 51
Binary 1001010 10000110 1111000 101101 0 1010 101111 10100110 11101 101001

Color Harmonies of #4A8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8678

Black with #4A8678

Text Example


Text Example

White with #4A8678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,134,120); }

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

background-color css

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

 a { background-color: rgb(74,134,120); }

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

border-color css

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

 span { border-color: rgb(74,134,120); }

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