Html Css Color HEX #4A947D Lochinvar

📋 copy color: '#4A947D'

red 74 ◦ green 148 ◦ blue 125

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

Shades of Lochinvar #4A947D

Tints of Lochinvar #4A947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 21.33%
G = 42.65%
B = 36.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4A947D (or 0x4A947D) is known color: Lochinvar. HEX triplet: 4A, 94 and 7D. RGB value is (74,148,125). Sum of RGB (Red+Green+Blue) = 74+148+125=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #4A947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A947D is #B56B82. Grayscale: #7B7B7B. Windows color (decimal): -11889539 or 8229962. OLE color: 8229962.

HSL color Cylindrical-coordinate representation of color #4A947D: hue angle of 161.35º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A947D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 125 -
CMYK 0.50 0 0.16 0.42
HSL 161.35º 0.33% 0.44% -
HSV(B) 161.35º 0.5% 0.58% -
XYZ 17.12 24.12 23.15 -
YUV 123.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 74 148 125 0.50 0 0.16 0.42 161.35 0.33 0.44
Hex 4A 94 7D 32 0 10 2A A1 21 2C
Octal 112 224 175 62 0 20 52 241 41 54
Binary 1001010 10010100 1111101 110010 0 10000 101010 10100001 100001 101100

Color Harmonies of #4A947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A947D

Black with #4A947D

Text Example


Text Example

White with #4A947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,125); }

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

background-color css

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

 a { background-color: rgb(74,148,125); }

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

border-color css

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

 span { border-color: rgb(74,148,125); }

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