Html Css Color HEX #4DAEB3 Fountain Blue

📋 copy color: '#4DAEB3'

red 77 ◦ green 174 ◦ blue 179

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

Shades of Fountain Blue #4DAEB3

Tints of Fountain Blue #4DAEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 17.91%
G = 40.47%
B = 41.63%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4DAEB3 (or 0x4DAEB3) is known color: Fountain Blue. HEX triplet: 4D, AE and B3. RGB value is (77,174,179). Sum of RGB (Red+Green+Blue) = 77+174+179=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #4DAEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEB3 is #B2514C. Grayscale: #919191. Windows color (decimal): -11686221 or 11775565. OLE color: 11775565.

HSL color Cylindrical-coordinate representation of color #4DAEB3: hue angle of 182.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DAEB3 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 174 179 -
CMYK 0.57 0.03 0 0.30
HSL 182.94º 0.4% 0.5% -
HSV(B) 182.94º 0.57% 0.7% -
XYZ 26.33 35.1 48.04 -
YUV 145.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 77 174 179 0.57 0.03 0 0.30 182.94 0.4 0.5
Hex 4D AE B3 39 3 0 1E B7 28 32
Octal 115 256 263 71 3 0 36 267 50 62
Binary 1001101 10101110 10110011 111001 11 0 11110 10110111 101000 110010

Color Harmonies of #4DAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAEB3

Black with #4DAEB3

Text Example


Text Example

White with #4DAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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