Html Css Color HEX #479DBA Boston Blue

📋 copy color: '#479DBA'

red 71 ◦ green 157 ◦ blue 186

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

Shades of Boston Blue #479DBA

Tints of Boston Blue #479DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 17.15%
G = 37.92%
B = 44.93%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#479DBA (or 0x479DBA) is known color: Boston Blue. HEX triplet: 47, 9D and BA. RGB value is (71,157,186). Sum of RGB (Red+Green+Blue) = 71+157+186=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #479DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DBA is #B86245. Grayscale: #868686. Windows color (decimal): -12083782 or 12229959. OLE color: 12229959.

HSL color Cylindrical-coordinate representation of color #479DBA: hue angle of 195.13º 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 #479DBA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 157 186 -
CMYK 0.62 0.16 0 0.27
HSL 195.13º 0.45% 0.5% -
HSV(B) 195.13º 0.62% 0.73% -
XYZ 23.52 29 50.81 -
YUV 134.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 71 157 186 0.62 0.16 0 0.27 195.13 0.45 0.5
Hex 47 9D BA 3E 10 0 1B C3 2D 32
Octal 107 235 272 76 20 0 33 303 55 62
Binary 1000111 10011101 10111010 111110 10000 0 11011 11000011 101101 110010

Color Harmonies of #479DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479DBA

Black with #479DBA

Text Example


Text Example

White with #479DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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