Html Css Color HEX #47A4AE Boston Blue

📋 copy color: '#47A4AE'

red 71 ◦ green 164 ◦ blue 174

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

Shades of Boston Blue #47A4AE

Tints of Boston Blue #47A4AE

RGB

 RED value IS 71 (28.13% from 255) = 17.36%

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 17.36%
G = 40.1%
B = 42.54%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#47A4AE (or 0x47A4AE) is known color: Boston Blue. HEX triplet: 47, A4 and AE. RGB value is (71,164,174). Sum of RGB (Red+Green+Blue) = 71+164+174=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #47A4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A4AE is #B85B51. Grayscale: #898989. Windows color (decimal): -12082002 or 11445319. OLE color: 11445319.

HSL color Cylindrical-coordinate representation of color #47A4AE: hue angle of 185.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A4AE is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 164 174 -
CMYK 0.59 0.06 0 0.32
HSL 185.83º 0.42% 0.48% -
HSV(B) 185.83º 0.59% 0.68% -
XYZ 23.51 30.95 44.78 -
YUV 137.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 71 164 174 0.59 0.06 0 0.32 185.83 0.42 0.48
Hex 47 A4 AE 3B 6 0 20 BA 2A 30
Octal 107 244 256 73 6 0 40 272 52 60
Binary 1000111 10100100 10101110 111011 110 0 100000 10111010 101010 110000

Color Harmonies of #47A4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A4AE

Black with #47A4AE

Text Example


Text Example

White with #47A4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A4AE; }

 p { color: rgb(71,164,174); }

 H1.HeaderClassName
 {
   color: #47A4AE;
 }
 .AnyTagClassName
 {
   color: #47A4AE;
 }
</style>

background-color css

<style>
 a { background-color: #47A4AE; }

 a { background-color: rgb(71,164,174); }

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

border-color css

<style>
 span { border-color: #47A4AE; }

 span { border-color: rgb(71,164,174); }

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