Html Css Color HEX #4A9684 Lochinvar

📋 copy color: '#4A9684'

red 74 ◦ green 150 ◦ blue 132

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

Shades of Lochinvar #4A9684

Tints of Lochinvar #4A9684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 20.79%
G = 42.13%
B = 37.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#4A9684 (or 0x4A9684) is known color: Lochinvar. HEX triplet: 4A, 96 and 84. RGB value is (74,150,132). Sum of RGB (Red+Green+Blue) = 74+150+132=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9684 is #B5697B. Grayscale: #7D7D7D. Windows color (decimal): -11889020 or 8689226. OLE color: 8689226.

HSL color Cylindrical-coordinate representation of color #4A9684: hue angle of 165.79º 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 #4A9684 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 132 -
CMYK 0.51 0 0.12 0.41
HSL 165.79º 0.34% 0.44% -
HSV(B) 165.79º 0.51% 0.59% -
XYZ 17.9 24.93 25.7 -
YUV 125.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 74 150 132 0.51 0 0.12 0.41 165.79 0.34 0.44
Hex 4A 96 84 33 0 C 29 A6 22 2C
Octal 112 226 204 63 0 14 51 246 42 54
Binary 1001010 10010110 10000100 110011 0 1100 101001 10100110 100010 101100

Color Harmonies of #4A9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9684

Black with #4A9684

Text Example


Text Example

White with #4A9684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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