Html Css Color HEX #4DADAE Fountain Blue

📋 copy color: '#4DADAE'

red 77 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #4DADAE

Tints of Fountain Blue #4DADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 18.16%
G = 40.8%
B = 41.04%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4DADAE (or 0x4DADAE) is known color: Fountain Blue. HEX triplet: 4D, AD and AE. RGB value is (77,173,174). Sum of RGB (Red+Green+Blue) = 77+173+174=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #4DADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADAE is #B25251. Grayscale: #909090. Windows color (decimal): -11686482 or 11447629. OLE color: 11447629.

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

Color convert

RGB 77 173 174 -
CMYK 0.56 0.01 0 0.32
HSL 180.62º 0.39% 0.49% -
HSV(B) 180.62º 0.56% 0.68% -
XYZ 25.64 34.52 45.36 -
YUV 144.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 77 173 174 0.56 0.01 0 0.32 180.62 0.39 0.49
Hex 4D AD AE 38 1 0 20 B5 27 31
Octal 115 255 256 70 1 0 40 265 47 61
Binary 1001101 10101101 10101110 111000 1 0 100000 10110101 100111 110001

Color Harmonies of #4DADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADAE

Black with #4DADAE

Text Example


Text Example

White with #4DADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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