Html Css Color HEX #4FAEB3 Fountain Blue

📋 copy color: '#4FAEB3'

red 79 ◦ green 174 ◦ blue 179

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

Shades of Fountain Blue #4FAEB3

Tints of Fountain Blue #4FAEB3

RGB

 RED value IS 79 (31.25% from 255) = 18.29%

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

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

R = 18.29%
G = 40.28%
B = 41.44%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4FAEB3 (or 0x4FAEB3) is known color: Fountain Blue. HEX triplet: 4F, AE and B3. RGB value is (79,174,179). Sum of RGB (Red+Green+Blue) = 79+174+179=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #4FAEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEB3 is #B0514C. Grayscale: #929292. Windows color (decimal): -11555149 or 11775567. OLE color: 11775567.

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

Color convert

RGB 79 174 179 -
CMYK 0.56 0.03 0 0.30
HSL 183º 0.4% 0.51% -
HSV(B) 183º 0.56% 0.7% -
XYZ 26.5 35.19 48.04 -
YUV 146.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 79 174 179 0.56 0.03 0 0.30 183 0.4 0.51
Hex 4F AE B3 38 3 0 1E B7 28 33
Octal 117 256 263 70 3 0 36 267 50 63
Binary 1001111 10101110 10110011 111000 11 0 11110 10110111 101000 110011

Color Harmonies of #4FAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEB3

Black with #4FAEB3

Text Example


Text Example

White with #4FAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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