Html Css Color HEX #4DAAAD Fountain Blue

📋 copy color: '#4DAAAD'

red 77 ◦ green 170 ◦ blue 173

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

Shades of Fountain Blue #4DAAAD

Tints of Fountain Blue #4DAAAD

RGB

 RED value IS 77 (30.47% from 255) = 18.33%

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 18.33%
G = 40.48%
B = 41.19%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DAAAD (or 0x4DAAAD) is known color: Fountain Blue. HEX triplet: 4D, AA and AD. RGB value is (77,170,173). Sum of RGB (Red+Green+Blue) = 77+170+173=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #4DAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAAD is #B25552. Grayscale: #8E8E8E. Windows color (decimal): -11687251 or 11381325. OLE color: 11381325.

HSL color Cylindrical-coordinate representation of color #4DAAAD: hue angle of 181.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAAAD is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 170 173 -
CMYK 0.55 0.02 0 0.32
HSL 181.88º 0.38% 0.49% -
HSV(B) 181.88º 0.55% 0.68% -
XYZ 24.98 33.34 44.65 -
YUV 142.54 145.19 81.26 -
System Red Green Blue C M Y K H S L
Decimal 77 170 173 0.55 0.02 0 0.32 181.88 0.38 0.49
Hex 4D AA AD 37 2 0 20 B6 26 31
Octal 115 252 255 67 2 0 40 266 46 61
Binary 1001101 10101010 10101101 110111 10 0 100000 10110110 100110 110001

Color Harmonies of #4DAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAAAD

Black with #4DAAAD

Text Example


Text Example

White with #4DAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,170,173); }

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

background-color css

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

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

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

border-color css

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

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

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