#4BADAF

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

Shades of Fountain Blue #4BADAF

Tints of Fountain Blue #4BADAF

Color information

#4BADAF (or 0x4BADAF) is unknown color: approx Fountain Blue. HEX triplet: 4B, AD and AF. RGB value is (75,173,175). Sum of RGB (Red+Green+Blue) = 75+173+175=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAF is #B45250. Grayscale: #8F8F8F. Windows color (decimal): -11817553 or 11513163. OLE color: 11513163.

HSL color Cylindrical-coordinate representation of color #4BADAF: hue angle of 181.2º degrees, saturation: 0.4, 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 #4BADAF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB75173175-
CMYK0.570.0100.31
HSL181.2º40%49.02%-
HSV(B)181.2º57.14%68.63%-
XYZ25.5834.4845.86-
YUV143.93145.5378.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=17.73%
G=40.90%
B=41.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751731750.570.0100.31181.24049.02
Hex4BADAF39101Fb52831
Octal1132552577110372655061
Binary10010111010110110101111111001101111110110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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