Html Css Color HEX #4BAAAE Fountain Blue

📋 copy color: '#4BAAAE'

red 75 ◦ green 170 ◦ blue 174

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

Shades of Fountain Blue #4BAAAE

Tints of Fountain Blue #4BAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 17.9%
G = 40.57%
B = 41.53%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4BAAAE (or 0x4BAAAE) is known color: Fountain Blue. HEX triplet: 4B, AA and AE. RGB value is (75,170,174). Sum of RGB (Red+Green+Blue) = 75+170+174=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #4BAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAAE is #B45551. Grayscale: #8D8D8D. Windows color (decimal): -11818322 or 11446859. OLE color: 11446859.

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

Color convert

RGB 75 170 174 -
CMYK 0.57 0.02 0 0.32
HSL 182.42º 0.4% 0.49% -
HSV(B) 182.42º 0.57% 0.68% -
XYZ 24.92 33.3 45.16 -
YUV 142.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 75 170 174 0.57 0.02 0 0.32 182.42 0.4 0.49
Hex 4B AA AE 39 2 0 20 B6 28 31
Octal 113 252 256 71 2 0 40 266 50 61
Binary 1001011 10101010 10101110 111001 10 0 100000 10110110 101000 110001

Color Harmonies of #4BAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAAAE

Black with #4BAAAE

Text Example


Text Example

White with #4BAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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