Html Css Color HEX #4C918D Lochinvar

📋 copy color: '#4C918D'

red 76 ◦ green 145 ◦ blue 141

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

Shades of Lochinvar #4C918D

Tints of Lochinvar #4C918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

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

R = 20.99%
G = 40.06%
B = 38.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#4C918D (or 0x4C918D) is known color: Lochinvar. HEX triplet: 4C, 91 and 8D. RGB value is (76,145,141). Sum of RGB (Red+Green+Blue) = 76+145+141=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #4C918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C918D is #B36E72. Grayscale: #7B7B7B. Windows color (decimal): -11759219 or 9277772. OLE color: 9277772.

HSL color Cylindrical-coordinate representation of color #4C918D: hue angle of 176.52º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C918D is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 141 -
CMYK 0.48 0 0.03 0.43
HSL 176.52º 0.31% 0.43% -
HSV(B) 176.52º 0.48% 0.57% -
XYZ 17.91 23.71 28.83 -
YUV 123.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 76 145 141 0.48 0 0.03 0.43 176.52 0.31 0.43
Hex 4C 91 8D 30 0 3 2B B1 1F 2B
Octal 114 221 215 60 0 3 53 261 37 53
Binary 1001100 10010001 10001101 110000 0 11 101011 10110001 11111 101011

Color Harmonies of #4C918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C918D

Black with #4C918D

Text Example


Text Example

White with #4C918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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