Html Css Color HEX #4B937C Lochinvar

📋 copy color: '#4B937C'

red 75 ◦ green 147 ◦ blue 124

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

Shades of Lochinvar #4B937C

Tints of Lochinvar #4B937C

RGB

 RED value IS 75 (29.69% from 255) = 21.68%

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

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

R = 21.68%
G = 42.49%
B = 35.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4B937C (or 0x4B937C) is known color: Lochinvar. HEX triplet: 4B, 93 and 7C. RGB value is (75,147,124). Sum of RGB (Red+Green+Blue) = 75+147+124=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #4B937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B937C is #B46C83. Grayscale: #7A7A7A. Windows color (decimal): -11824260 or 8164171. OLE color: 8164171.

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

Color convert

RGB 75 147 124 -
CMYK 0.49 0 0.16 0.42
HSL 160.83º 0.32% 0.44% -
HSV(B) 160.83º 0.49% 0.58% -
XYZ 16.97 23.82 22.77 -
YUV 122.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 75 147 124 0.49 0 0.16 0.42 160.83 0.32 0.44
Hex 4B 93 7C 31 0 10 2A A1 20 2C
Octal 113 223 174 61 0 20 52 241 40 54
Binary 1001011 10010011 1111100 110001 0 10000 101010 10100001 100000 101100

Color Harmonies of #4B937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B937C

Black with #4B937C

Text Example


Text Example

White with #4B937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,147,124); }

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

background-color css

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

 a { background-color: rgb(75,147,124); }

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

border-color css

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

 span { border-color: rgb(75,147,124); }

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