Html Css Color HEX #4DADAC Fountain Blue

📋 copy color: '#4DADAC'

red 77 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #4DADAC

Tints of Fountain Blue #4DADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 18.25%
G = 41%
B = 40.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4DADAC (or 0x4DADAC) is known color: Fountain Blue. HEX triplet: 4D, AD and AC. RGB value is (77,173,172). Sum of RGB (Red+Green+Blue) = 77+173+172=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #4DADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADAC is #B25253. Grayscale: #909090. Windows color (decimal): -11686484 or 11316557. OLE color: 11316557.

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

Color convert

RGB 77 173 172 -
CMYK 0.55 0 0.01 0.32
HSL 179.38º 0.38% 0.49% -
HSV(B) 179.38º 0.55% 0.68% -
XYZ 25.45 34.44 44.34 -
YUV 144.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 77 173 172 0.55 0 0.01 0.32 179.38 0.38 0.49
Hex 4D AD AC 37 0 1 20 B3 26 31
Octal 115 255 254 67 0 1 40 263 46 61
Binary 1001101 10101101 10101100 110111 0 1 100000 10110011 100110 110001

Color Harmonies of #4DADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADAC

Black with #4DADAC

Text Example


Text Example

White with #4DADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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