Html Css Color HEX #4FABB3 Fountain Blue

📋 copy color: '#4FABB3'

red 79 ◦ green 171 ◦ blue 179

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

Shades of Fountain Blue #4FABB3

Tints of Fountain Blue #4FABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

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

R = 18.41%
G = 39.86%
B = 41.72%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4FABB3 (or 0x4FABB3) is known color: Fountain Blue. HEX triplet: 4F, AB and B3. RGB value is (79,171,179). Sum of RGB (Red+Green+Blue) = 79+171+179=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #4FABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABB3 is #B0544C. Grayscale: #909090. Windows color (decimal): -11555917 or 11774799. OLE color: 11774799.

HSL color Cylindrical-coordinate representation of color #4FABB3: hue angle of 184.8º 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 #4FABB3 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 171 179 -
CMYK 0.56 0.04 0 0.30
HSL 184.8º 0.4% 0.51% -
HSV(B) 184.8º 0.56% 0.7% -
XYZ 25.92 34.04 47.85 -
YUV 144.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 79 171 179 0.56 0.04 0 0.30 184.8 0.4 0.51
Hex 4F AB B3 38 4 0 1E B9 28 33
Octal 117 253 263 70 4 0 36 271 50 63
Binary 1001111 10101011 10110011 111000 100 0 11110 10111001 101000 110011

Color Harmonies of #4FABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABB3

Black with #4FABB3

Text Example


Text Example

White with #4FABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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