#479ABA

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

Shades of Boston Blue #479ABA

Tints of Boston Blue #479ABA

Color information

#479ABA (or 0x479ABA) is unknown color: approx Boston Blue. HEX triplet: 47, 9A and BA. RGB value is (71,154,186). Sum of RGB (Red+Green+Blue) = 71+154+186=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #479ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ABA is #B86545. Grayscale: #848484. Windows color (decimal): -12084550 or 12229191. OLE color: 12229191.

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

Color convert

RGB71154186-
CMYK0.620.1700.27
HSL196.7º45.45%50.39%-
HSV(B)196.7º61.83%72.94%-
XYZ23.022850.65-
YUV132.8315883.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=17.27%
G=37.47%
B=45.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711541860.620.1700.27196.745.4550.39
Hex479ABA3E1101Bc52d32
Octal10723227276210333055562
Binary100011110011010101110101111101000101101111000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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