#4ca090

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

Shades of Lochinvar #4CA090

Tints of Lochinvar #4CA090

Color information

#4CA090 (or 0x4CA090) is unknown color: approx Lochinvar. HEX triplet: 4C, A0 and 90. RGB value is (76,160,144). Sum of RGB (Red+Green+Blue) = 76+160+144=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA090 is #B35F6F. Grayscale: #858585. Windows color (decimal): -11755376 or 9478220. OLE color: 9478220.

HSL color Cylindrical-coordinate representation of color #4CA090: hue angle of 168.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA090 is Cyan = 0.52, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB76160144-
CMYK0.5200.10.37
HSL168.57º35.59%46.27%-
HSV(B)168.57º52.5%62.75%-
XYZ20.5928.6930.84-
YUV133.06134.1787.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 42.11%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=20%
G=42.11%
B=37.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761601440.5200.10.37168.5735.5946.27
Hex4CA090340A25a9242e
Octal11424022064012452514456
Binary100110010100000100100001101000101010010110101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ca090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,160,144); }

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

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

 a { background-color: rgb(76,160,144); }

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

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

 span { border-color: rgb(76,160,144); }

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