#4AA8AF

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

Shades of Fountain Blue #4AA8AF

Tints of Fountain Blue #4AA8AF

Color information

#4AA8AF (or 0x4AA8AF) is unknown color: approx Fountain Blue. HEX triplet: 4A, A8 and AF. RGB value is (74,168,175). Sum of RGB (Red+Green+Blue) = 74+168+175=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #4AA8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA8AF is #B55750. Grayscale: #8C8C8C. Windows color (decimal): -11884369 or 11511882. OLE color: 11511882.

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

Color convert

RGB74168175-
CMYK0.580.0400.31
HSL184.16º40.56%48.82%-
HSV(B)184.16º57.71%68.63%-
XYZ24.5632.5645.55-
YUV140.69147.3680.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.75%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=17.75%
G=40.29%
B=41.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741681750.580.0400.31184.1640.5648.82
Hex4AA8AF3A401Fb82931
Octal1122502577240372705161
Binary1001010101010001010111111101010001111110111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,168,175); }

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

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

 a { background-color: rgb(74,168,175); }

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

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

 span { border-color: rgb(74,168,175); }

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