Html Css Color HEX #4C918B Lochinvar

📋 copy color: '#4C918B'

red 76 ◦ green 145 ◦ blue 139

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

Shades of Lochinvar #4C918B

Tints of Lochinvar #4C918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 21.11%
G = 40.28%
B = 38.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#4C918B (or 0x4C918B) is known color: Lochinvar. HEX triplet: 4C, 91 and 8B. RGB value is (76,145,139). Sum of RGB (Red+Green+Blue) = 76+145+139=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #4C918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C918B is #B36E74. Grayscale: #7B7B7B. Windows color (decimal): -11759221 or 9146700. OLE color: 9146700.

HSL color Cylindrical-coordinate representation of color #4C918B: hue angle of 174.78º 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 #4C918B is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 139 -
CMYK 0.48 0 0.04 0.43
HSL 174.78º 0.31% 0.43% -
HSV(B) 174.78º 0.48% 0.57% -
XYZ 17.77 23.65 28.05 -
YUV 123.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 76 145 139 0.48 0 0.04 0.43 174.78 0.31 0.43
Hex 4C 91 8B 30 0 4 2B AF 1F 2B
Octal 114 221 213 60 0 4 53 257 37 53
Binary 1001100 10010001 10001011 110000 0 100 101011 10101111 11111 101011

Color Harmonies of #4C918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C918B

Black with #4C918B

Text Example


Text Example

White with #4C918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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