Html Css Color HEX #4A937B Lochinvar

📋 copy color: '#4A937B'

red 74 ◦ green 147 ◦ blue 123

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

Shades of Lochinvar #4A937B

Tints of Lochinvar #4A937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 21.51%
G = 42.73%
B = 35.76%

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

#4A937B (or 0x4A937B) is known color: Lochinvar. HEX triplet: 4A, 93 and 7B. RGB value is (74,147,123). Sum of RGB (Red+Green+Blue) = 74+147+123=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #4A937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A937B is #B56C84. Grayscale: #7A7A7A. Windows color (decimal): -11889797 or 8098634. OLE color: 8098634.

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

Color convert

RGB 74 147 123 -
CMYK 0.50 0 0.16 0.42
HSL 160.27º 0.33% 0.43% -
HSV(B) 160.27º 0.5% 0.58% -
XYZ 16.83 23.75 22.44 -
YUV 122.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 74 147 123 0.50 0 0.16 0.42 160.27 0.33 0.43
Hex 4A 93 7B 32 0 10 2A A0 21 2B
Octal 112 223 173 62 0 20 52 240 41 53
Binary 1001010 10010011 1111011 110010 0 10000 101010 10100000 100001 101011

Color Harmonies of #4A937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A937B

Black with #4A937B

Text Example


Text Example

White with #4A937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,123); }

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

background-color css

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

 a { background-color: rgb(74,147,123); }

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

border-color css

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

 span { border-color: rgb(74,147,123); }

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