#4BACAD

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

Shades of Fountain Blue #4BACAD

Tints of Fountain Blue #4BACAD

Color information

#4BACAD (or 0x4BACAD) is unknown color: approx Fountain Blue. HEX triplet: 4B, AC and AD. RGB value is (75,172,173). Sum of RGB (Red+Green+Blue) = 75+172+173=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #4BACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BACAD is #B45352. Grayscale: #8F8F8F. Windows color (decimal): -11817811 or 11381835. OLE color: 11381835.

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

Color convert

RGB75172173-
CMYK0.570.0100.32
HSL180.61º39.52%48.63%-
HSV(B)180.61º56.65%67.84%-
XYZ25.234.0244.77-
YUV143.11144.8679.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.86%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=17.86%
G=40.95%
B=41.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751721730.570.0100.32180.6139.5248.63
Hex4BACAD391020b52831
Octal1132542557110402655061
Binary100101110101100101011011110011010000010110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,173); }

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

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

 a { background-color: rgb(75,172,173); }

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

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

 span { border-color: rgb(75,172,173); }

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