Html Css Color HEX #4AABAD Fountain Blue

📋 copy color: '#4AABAD'

red 74 ◦ green 171 ◦ blue 173

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

Shades of Fountain Blue #4AABAD

Tints of Fountain Blue #4AABAD

RGB

 RED value IS 74 (29.3% from 255) = 17.7%

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 17.7%
G = 40.91%
B = 41.39%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4AABAD (or 0x4AABAD) is known color: Fountain Blue. HEX triplet: 4A, AB and AD. RGB value is (74,171,173). Sum of RGB (Red+Green+Blue) = 74+171+173=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #4AABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AABAD is #B55452. Grayscale: #8E8E8E. Windows color (decimal): -11883603 or 11381578. OLE color: 11381578.

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

Color convert

RGB 74 171 173 -
CMYK 0.57 0.01 0 0.32
HSL 181.21º 0.4% 0.48% -
HSV(B) 181.21º 0.57% 0.68% -
XYZ 24.93 33.6 44.71 -
YUV 142.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 74 171 173 0.57 0.01 0 0.32 181.21 0.4 0.48
Hex 4A AB AD 39 1 0 20 B5 28 30
Octal 112 253 255 71 1 0 40 265 50 60
Binary 1001010 10101011 10101101 111001 1 0 100000 10110101 101000 110000

Color Harmonies of #4AABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABAD

Black with #4AABAD

Text Example


Text Example

White with #4AABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,171,173); }

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

background-color css

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

 a { background-color: rgb(74,171,173); }

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

border-color css

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

 span { border-color: rgb(74,171,173); }

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