Html Css Color HEX #4C938D Lochinvar

📋 copy color: '#4C938D'

red 76 ◦ green 147 ◦ blue 141

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

Shades of Lochinvar #4C938D

Tints of Lochinvar #4C938D

RGB

 RED value IS 76 (30.08% from 255) = 20.88%

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 20.88%
G = 40.38%
B = 38.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#4C938D (or 0x4C938D) is known color: Lochinvar. HEX triplet: 4C, 93 and 8D. RGB value is (76,147,141). Sum of RGB (Red+Green+Blue) = 76+147+141=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #4C938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C938D is #B36C72. Grayscale: #7D7D7D. Windows color (decimal): -11758707 or 9278284. OLE color: 9278284.

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

Color convert

RGB 76 147 141 -
CMYK 0.48 0 0.04 0.42
HSL 174.93º 0.32% 0.44% -
HSV(B) 174.93º 0.48% 0.58% -
XYZ 18.22 24.33 28.93 -
YUV 125.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 76 147 141 0.48 0 0.04 0.42 174.93 0.32 0.44
Hex 4C 93 8D 30 0 4 2A AF 20 2C
Octal 114 223 215 60 0 4 52 257 40 54
Binary 1001100 10010011 10001101 110000 0 100 101010 10101111 100000 101100

Color Harmonies of #4C938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C938D

Black with #4C938D

Text Example


Text Example

White with #4C938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,147,141); }

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

background-color css

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

 a { background-color: rgb(76,147,141); }

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

border-color css

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

 span { border-color: rgb(76,147,141); }

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