#4CABAF

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

Shades of Fountain Blue #4CABAF

Tints of Fountain Blue #4CABAF

Color information

#4CABAF (or 0x4CABAF) is unknown color: approx Fountain Blue. HEX triplet: 4C, AB and AF. RGB value is (76,171,175). Sum of RGB (Red+Green+Blue) = 76+171+175=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #4CABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABAF is #B35450. Grayscale: #8E8E8E. Windows color (decimal): -11752529 or 11512652. OLE color: 11512652.

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

Color convert

RGB76171175-
CMYK0.570.0200.31
HSL182.42º39.44%49.22%-
HSV(B)182.42º56.57%68.63%-
XYZ25.2833.7645.74-
YUV143.05146.0380.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.01%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=18.01%
G=40.52%
B=41.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761711750.570.0200.31182.4239.4449.22
Hex4CABAF39201Fb62731
Octal1142532577120372664761
Binary100110010101011101011111110011001111110110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,175); }

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

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

 a { background-color: rgb(76,171,175); }

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

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

 span { border-color: rgb(76,171,175); }

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