#4CAAAE

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

Shades of Fountain Blue #4CAAAE

Tints of Fountain Blue #4CAAAE

Color information

#4CAAAE (or 0x4CAAAE) is unknown color: approx Fountain Blue. HEX triplet: 4C, AA and AE. RGB value is (76,170,174). Sum of RGB (Red+Green+Blue) = 76+170+174=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #4CAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAAAE is #B35551. Grayscale: #8E8E8E. Windows color (decimal): -11752786 or 11446860. OLE color: 11446860.

HSL color Cylindrical-coordinate representation of color #4CAAAE: hue angle of 182.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAAAE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76170174-
CMYK0.560.0200.32
HSL182.45º39.2%49.02%-
HSV(B)182.45º56.32%68.24%-
XYZ2533.3445.16-
YUV142.35145.8680.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.10%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=18.10%
G=40.48%
B=41.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761701740.560.0200.32182.4539.249.02
Hex4CAAAE382020b62731
Octal1142522567020402664761
Binary1001100101010101010111011100010010000010110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,170,174); }

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

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

 a { background-color: rgb(76,170,174); }

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

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

 span { border-color: rgb(76,170,174); }

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