Html Css Color HEX #479BBA Boston Blue

📋 copy color: '#479BBA'

red 71 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #479BBA

Tints of Boston Blue #479BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 17.23%
G = 37.62%
B = 45.15%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#479BBA (or 0x479BBA) is known color: Boston Blue. HEX triplet: 47, 9B and BA. RGB value is (71,155,186). Sum of RGB (Red+Green+Blue) = 71+155+186=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #479BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BBA is #B86445. Grayscale: #858585. Windows color (decimal): -12084294 or 12229447. OLE color: 12229447.

HSL color Cylindrical-coordinate representation of color #479BBA: hue angle of 196.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479BBA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 155 186 -
CMYK 0.62 0.17 0 0.27
HSL 196.17º 0.45% 0.5% -
HSV(B) 196.17º 0.62% 0.73% -
XYZ 23.18 28.33 50.7 -
YUV 133.42 157.67 83.48 -
System Red Green Blue C M Y K H S L
Decimal 71 155 186 0.62 0.17 0 0.27 196.17 0.45 0.5
Hex 47 9B BA 3E 11 0 1B C4 2D 32
Octal 107 233 272 76 21 0 33 304 55 62
Binary 1000111 10011011 10111010 111110 10001 0 11011 11000100 101101 110010

Color Harmonies of #479BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BBA

Black with #479BBA

Text Example


Text Example

White with #479BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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