Html Css Color HEX #4FB1B4 Fountain Blue

📋 copy color: '#4FB1B4'

red 79 ◦ green 177 ◦ blue 180

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

Shades of Fountain Blue #4FB1B4

Tints of Fountain Blue #4FB1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 18.12%
G = 40.6%
B = 41.28%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4FB1B4 (or 0x4FB1B4) is known color: Fountain Blue. HEX triplet: 4F, B1 and B4. RGB value is (79,177,180). Sum of RGB (Red+Green+Blue) = 79+177+180=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #4FB1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1B4 is #B04E4B. Grayscale: #939393. Windows color (decimal): -11554380 or 11841871. OLE color: 11841871.

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

Color convert

RGB 79 177 180 -
CMYK 0.56 0.02 0 0.29
HSL 181.78º 0.4% 0.51% -
HSV(B) 181.78º 0.56% 0.71% -
XYZ 27.18 36.4 48.77 -
YUV 148.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 79 177 180 0.56 0.02 0 0.29 181.78 0.4 0.51
Hex 4F B1 B4 38 2 0 1D B6 28 33
Octal 117 261 264 70 2 0 35 266 50 63
Binary 1001111 10110001 10110100 111000 10 0 11101 10110110 101000 110011

Color Harmonies of #4FB1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB1B4

Black with #4FB1B4

Text Example


Text Example

White with #4FB1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,177,180); }

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

background-color css

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

 a { background-color: rgb(79,177,180); }

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

border-color css

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

 span { border-color: rgb(79,177,180); }

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