Html Css Color HEX #479BAE Boston Blue

📋 copy color: '#479BAE'

red 71 ◦ green 155 ◦ blue 174

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

Shades of Boston Blue #479BAE

Tints of Boston Blue #479BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

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

R = 17.75%
G = 38.75%
B = 43.5%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#479BAE (or 0x479BAE) is known color: Boston Blue. HEX triplet: 47, 9B and AE. RGB value is (71,155,174). Sum of RGB (Red+Green+Blue) = 71+155+174=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #479BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BAE is #B86451. Grayscale: #838383. Windows color (decimal): -12084306 or 11443015. OLE color: 11443015.

HSL color Cylindrical-coordinate representation of color #479BAE: hue angle of 191.07º 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 #479BAE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 155 174 -
CMYK 0.59 0.11 0 0.32
HSL 191.07º 0.42% 0.48% -
HSV(B) 191.07º 0.59% 0.68% -
XYZ 21.96 27.84 44.26 -
YUV 132.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 71 155 174 0.59 0.11 0 0.32 191.07 0.42 0.48
Hex 47 9B AE 3B B 0 20 BF 2A 30
Octal 107 233 256 73 13 0 40 277 52 60
Binary 1000111 10011011 10101110 111011 1011 0 100000 10111111 101010 110000

Color Harmonies of #479BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BAE

Black with #479BAE

Text Example


Text Example

White with #479BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479BAE; }

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

 H1.HeaderClassName
 {
   color: #479BAE;
 }
 .AnyTagClassName
 {
   color: #479BAE;
 }
</style>

background-color css

<style>
 a { background-color: #479BAE; }

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

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

border-color css

<style>
 span { border-color: #479BAE; }

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

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