Html Css Color HEX #4DB2B3 Fountain Blue

📋 copy color: '#4DB2B3'

red 77 ◦ green 178 ◦ blue 179

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

Shades of Fountain Blue #4DB2B3

Tints of Fountain Blue #4DB2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

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

R = 17.74%
G = 41.01%
B = 41.24%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4DB2B3 (or 0x4DB2B3) is known color: Fountain Blue. HEX triplet: 4D, B2 and B3. RGB value is (77,178,179). Sum of RGB (Red+Green+Blue) = 77+178+179=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #4DB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB2B3 is #B24D4C. Grayscale: #939393. Windows color (decimal): -11685197 or 11776589. OLE color: 11776589.

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

Color convert

RGB 77 178 179 -
CMYK 0.57 0.01 0 0.30
HSL 180.59º 0.4% 0.5% -
HSV(B) 180.59º 0.57% 0.7% -
XYZ 27.12 36.67 48.3 -
YUV 147.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 77 178 179 0.57 0.01 0 0.30 180.59 0.4 0.5
Hex 4D B2 B3 39 1 0 1E B5 28 32
Octal 115 262 263 71 1 0 36 265 50 62
Binary 1001101 10110010 10110011 111001 1 0 11110 10110101 101000 110010

Color Harmonies of #4DB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB2B3

Black with #4DB2B3

Text Example


Text Example

White with #4DB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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