#4CADAF

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

Shades of Fountain Blue #4CADAF

Tints of Fountain Blue #4CADAF

Color information

#4CADAF (or 0x4CADAF) is unknown color: approx Fountain Blue. HEX triplet: 4C, AD and AF. RGB value is (76,173,175). Sum of RGB (Red+Green+Blue) = 76+173+175=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #4CADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CADAF is #B35250. Grayscale: #909090. Windows color (decimal): -11752017 or 11513164. OLE color: 11513164.

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

Color convert

RGB76173175-
CMYK0.570.0100.31
HSL181.21º39.44%49.22%-
HSV(B)181.21º56.57%68.63%-
XYZ25.6634.5245.87-
YUV144.22145.3679.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.92%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=17.92%
G=40.80%
B=41.27%

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
Decimal761731750.570.0100.31181.2139.4449.22
Hex4CADAF39101Fb52731
Octal1142552577110372654761
Binary10011001010110110101111111001101111110110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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