Html Css Color HEX #4CAAAF Fountain Blue

📋 copy color: '#4CAAAF'

red 76 ◦ green 170 ◦ blue 175

#4CAAAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #4CAAAF

Tints of Fountain Blue #4CAAAF

RGB

 RED value IS 76 (30.08% from 255) = 18.05%

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 18.05%
G = 40.38%
B = 41.57%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4CAAAF (or 0x4CAAAF) is known color: Fountain Blue. HEX triplet: 4C, AA and AF. RGB value is (76,170,175). Sum of RGB (Red+Green+Blue) = 76+170+175=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #4CAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAAAF is #B35550. Grayscale: #8E8E8E. Windows color (decimal): -11752785 or 11512396. OLE color: 11512396.

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

Color convert

RGB 76 170 175 -
CMYK 0.57 0.03 0 0.31
HSL 183.03º 0.39% 0.49% -
HSV(B) 183.03º 0.57% 0.69% -
XYZ 25.09 33.38 45.68 -
YUV 142.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 76 170 175 0.57 0.03 0 0.31 183.03 0.39 0.49
Hex 4C AA AF 39 3 0 1F B7 27 31
Octal 114 252 257 71 3 0 37 267 47 61
Binary 1001100 10101010 10101111 111001 11 0 11111 10110111 100111 110001

Color Harmonies of #4CAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAAAF

Black with #4CAAAF

Text Example


Text Example

White with #4CAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CAAAF;
 }
 .AnyTagClassName
 {
   color: #4CAAAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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