#4BADAD

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

Shades of Fountain Blue #4BADAD

Tints of Fountain Blue #4BADAD

Color information

#4BADAD (or 0x4BADAD) is unknown color: approx Fountain Blue. HEX triplet: 4B, AD and AD. RGB value is (75,173,173). Sum of RGB (Red+Green+Blue) = 75+173+173=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #4BADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAD is #B45252. Grayscale: #8F8F8F. Windows color (decimal): -11817555 or 11382091. OLE color: 11382091.

HSL color Cylindrical-coordinate representation of color #4BADAD: hue angle of 180º 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 #4BADAD is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75173173-
CMYK0.57000.32
HSL180º39.52%48.63%-
HSV(B)180º56.65%67.84%-
XYZ25.3934.444.84-
YUV143.7144.5379-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.81%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=17.81%
G=41.09%
B=41.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731730.57000.3218039.5248.63
Hex4BADAD390020b42831
Octal1132552557100402645061
Binary100101110101101101011011110010010000010110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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