#479EBB

Color #479EBB Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #479EBB

Tints of Boston Blue #479EBB

Color information

#479EBB (or 0x479EBB) is unknown color: approx Boston Blue. HEX triplet: 47, 9E and BB. RGB value is (71,158,187). Sum of RGB (Red+Green+Blue) = 71+158+187=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #479EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EBB is #B86144. Grayscale: #878787. Windows color (decimal): -12083525 or 12295751. OLE color: 12295751.

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

Color convert

RGB71158187-
CMYK0.620.1600.27
HSL195º46.03%50.59%-
HSV(B)195º62.03%73.33%-
XYZ23.829.3851.43-
YUV135.29157.1882.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=17.07%
G=37.98%
B=44.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711581870.620.1600.2719546.0350.59
Hex479EBB3E1001Bc32e33
Octal10723627376200333035663
Binary100011110011110101110111111101000001101111000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #479EBB;
 }
 .AnyTagClassName
 {
   color: #479EBB;
 }
</style>
background-color css

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

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

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

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

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

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