Html Css Color HEX #4DB7B4 Fountain Blue

📋 copy color: '#4DB7B4'

red 77 ◦ green 183 ◦ blue 180

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

Shades of Fountain Blue #4DB7B4

Tints of Fountain Blue #4DB7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

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

R = 17.5%
G = 41.59%
B = 40.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#4DB7B4 (or 0x4DB7B4) is known color: Fountain Blue. HEX triplet: 4D, B7 and B4. RGB value is (77,183,180). Sum of RGB (Red+Green+Blue) = 77+183+180=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7B4 is #B2484B. Grayscale: #969696. Windows color (decimal): -11683916 or 11843405. OLE color: 11843405.

HSL color Cylindrical-coordinate representation of color #4DB7B4: hue angle of 178.3º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB7B4 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 183 180 -
CMYK 0.58 0 0.02 0.28
HSL 178.3º 0.42% 0.51% -
HSV(B) 178.3º 0.58% 0.72% -
XYZ 28.23 38.74 49.17 -
YUV 150.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 77 183 180 0.58 0 0.02 0.28 178.3 0.42 0.51
Hex 4D B7 B4 3A 0 2 1C B2 2A 33
Octal 115 267 264 72 0 2 34 262 52 63
Binary 1001101 10110111 10110100 111010 0 10 11100 10110010 101010 110011

Color Harmonies of #4DB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB7B4

Black with #4DB7B4

Text Example


Text Example

White with #4DB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,183,180); }

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

background-color css

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

 a { background-color: rgb(77,183,180); }

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

border-color css

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

 span { border-color: rgb(77,183,180); }

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