Html Css Color HEX #479CAE Boston Blue

📋 copy color: '#479CAE'

red 71 ◦ green 156 ◦ blue 174

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

Shades of Boston Blue #479CAE

Tints of Boston Blue #479CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 17.71%
G = 38.9%
B = 43.39%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#479CAE (or 0x479CAE) is known color: Boston Blue. HEX triplet: 47, 9C and AE. RGB value is (71,156,174). Sum of RGB (Red+Green+Blue) = 71+156+174=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #479CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CAE is #B86351. Grayscale: #848484. Windows color (decimal): -12084050 or 11443271. OLE color: 11443271.

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

Color convert

RGB 71 156 174 -
CMYK 0.59 0.10 0 0.32
HSL 190.49º 0.42% 0.48% -
HSV(B) 190.49º 0.59% 0.68% -
XYZ 22.13 28.17 44.32 -
YUV 132.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 71 156 174 0.59 0.10 0 0.32 190.49 0.42 0.48
Hex 47 9C AE 3B A 0 20 BE 2A 30
Octal 107 234 256 73 12 0 40 276 52 60
Binary 1000111 10011100 10101110 111011 1010 0 100000 10111110 101010 110000

Color Harmonies of #479CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CAE

Black with #479CAE

Text Example


Text Example

White with #479CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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