Html Css Color HEX #4A967C Lochinvar

📋 copy color: '#4A967C'

red 74 ◦ green 150 ◦ blue 124

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

Shades of Lochinvar #4A967C

Tints of Lochinvar #4A967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 21.26%
G = 43.1%
B = 35.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#4A967C (or 0x4A967C) is known color: Lochinvar. HEX triplet: 4A, 96 and 7C. RGB value is (74,150,124). Sum of RGB (Red+Green+Blue) = 74+150+124=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #4A967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A967C is #B56983. Grayscale: #7C7C7C. Windows color (decimal): -11889028 or 8164938. OLE color: 8164938.

HSL color Cylindrical-coordinate representation of color #4A967C: hue angle of 159.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A967C is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 124 -
CMYK 0.51 0 0.17 0.41
HSL 159.47º 0.34% 0.44% -
HSV(B) 159.47º 0.51% 0.59% -
XYZ 17.37 24.72 22.93 -
YUV 124.31 127.82 92.11 -
System Red Green Blue C M Y K H S L
Decimal 74 150 124 0.51 0 0.17 0.41 159.47 0.34 0.44
Hex 4A 96 7C 33 0 11 29 9F 22 2C
Octal 112 226 174 63 0 21 51 237 42 54
Binary 1001010 10010110 1111100 110011 0 10001 101001 10011111 100010 101100

Color Harmonies of #4A967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A967C

Black with #4A967C

Text Example


Text Example

White with #4A967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,124); }

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

background-color css

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

 a { background-color: rgb(74,150,124); }

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

border-color css

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

 span { border-color: rgb(74,150,124); }

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