Html Css Color HEX #479EBA Boston Blue

📋 copy color: '#479EBA'

red 71 ◦ green 158 ◦ blue 186

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

Shades of Boston Blue #479EBA

Tints of Boston Blue #479EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.07%

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

R = 17.11%
G = 38.07%
B = 44.82%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#479EBA (or 0x479EBA) is known color: Boston Blue. HEX triplet: 47, 9E and BA. RGB value is (71,158,186). Sum of RGB (Red+Green+Blue) = 71+158+186=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #479EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EBA is #B86145. Grayscale: #868686. Windows color (decimal): -12083526 or 12230215. OLE color: 12230215.

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

Color convert

RGB 71 158 186 -
CMYK 0.62 0.15 0 0.27
HSL 194.61º 0.45% 0.5% -
HSV(B) 194.61º 0.62% 0.73% -
XYZ 23.69 29.34 50.87 -
YUV 135.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 71 158 186 0.62 0.15 0 0.27 194.61 0.45 0.5
Hex 47 9E BA 3E F 0 1B C3 2D 32
Octal 107 236 272 76 17 0 33 303 55 62
Binary 1000111 10011110 10111010 111110 1111 0 11011 11000011 101101 110010

Color Harmonies of #479EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EBA

Black with #479EBA

Text Example


Text Example

White with #479EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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