#4C918C

Color #4C918C Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4C918C

Tints of Lochinvar #4C918C

Color information

#4C918C (or 0x4C918C) is unknown color: approx Lochinvar. HEX triplet: 4C, 91 and 8C. RGB value is (76,145,140). Sum of RGB (Red+Green+Blue) = 76+145+140=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #4C918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C918C is #B36E73. Grayscale: #7B7B7B. Windows color (decimal): -11759220 or 9212236. OLE color: 9212236.

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

Color convert

RGB76145140-
CMYK0.4800.030.43
HSL175.65º31.22%43.33%-
HSV(B)175.65º47.59%56.86%-
XYZ17.8423.6828.44-
YUV123.8137.1493.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=21.05%
G=40.17%
B=38.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761451400.4800.030.43175.6531.2243.33
Hex4C918C30032Bb01f2b
Octal1142212146003532603753
Binary100110010010001100011001100000111010111011000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C918C;
 }
 .AnyTagClassName
 {
   color: #4C918C;
 }
</style>
background-color css

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

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

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

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

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

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