Html Css Color HEX #4BAAAF Fountain Blue

📋 copy color: '#4BAAAF'

red 75 ◦ green 170 ◦ blue 175

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

Shades of Fountain Blue #4BAAAF

Tints of Fountain Blue #4BAAAF

RGB

 RED value IS 75 (29.69% from 255) = 17.86%

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 17.86%
G = 40.48%
B = 41.67%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4BAAAF (or 0x4BAAAF) is known color: Fountain Blue. HEX triplet: 4B, AA and AF. RGB value is (75,170,175). Sum of RGB (Red+Green+Blue) = 75+170+175=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAAF is #B45550. Grayscale: #8E8E8E. Windows color (decimal): -11818321 or 11512395. OLE color: 11512395.

HSL color Cylindrical-coordinate representation of color #4BAAAF: hue angle of 183º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAAAF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 170 175 -
CMYK 0.57 0.03 0 0.31
HSL 183º 0.4% 0.49% -
HSV(B) 183º 0.57% 0.69% -
XYZ 25.01 33.34 45.67 -
YUV 142.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 75 170 175 0.57 0.03 0 0.31 183 0.4 0.49
Hex 4B AA AF 39 3 0 1F B7 28 31
Octal 113 252 257 71 3 0 37 267 50 61
Binary 1001011 10101010 10101111 111001 11 0 11111 10110111 101000 110001

Color Harmonies of #4BAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAAF

Black with #4BAAAF

Text Example


Text Example

White with #4BAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,175); }

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

background-color css

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

 a { background-color: rgb(75,170,175); }

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

border-color css

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

 span { border-color: rgb(75,170,175); }

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