Html Css Color HEX #4FB3B0 Fountain Blue

📋 copy color: '#4FB3B0'

red 79 ◦ green 179 ◦ blue 176

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

Shades of Fountain Blue #4FB3B0

Tints of Fountain Blue #4FB3B0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 18.2%
G = 41.24%
B = 40.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#4FB3B0 (or 0x4FB3B0) is known color: Fountain Blue. HEX triplet: 4F, B3 and B0. RGB value is (79,179,176). Sum of RGB (Red+Green+Blue) = 79+179+176=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB3B0 is #B04C4F. Grayscale: #949494. Windows color (decimal): -11553872 or 11580239. OLE color: 11580239.

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

Color convert

RGB 79 179 176 -
CMYK 0.56 0 0.02 0.30
HSL 178.2º 0.4% 0.51% -
HSV(B) 178.2º 0.56% 0.7% -
XYZ 27.18 37.04 46.79 -
YUV 148.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 79 179 176 0.56 0 0.02 0.30 178.2 0.4 0.51
Hex 4F B3 B0 38 0 2 1E B2 28 33
Octal 117 263 260 70 0 2 36 262 50 63
Binary 1001111 10110011 10110000 111000 0 10 11110 10110010 101000 110011

Color Harmonies of #4FB3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB3B0

Black with #4FB3B0

Text Example


Text Example

White with #4FB3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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