#479CB0

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

Shades of Boston Blue #479CB0

Tints of Boston Blue #479CB0

Color information

#479CB0 (or 0x479CB0) is unknown color: approx Boston Blue. HEX triplet: 47, 9C and B0. RGB value is (71,156,176). Sum of RGB (Red+Green+Blue) = 71+156+176=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #479CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CB0 is #B8634F. Grayscale: #848484. Windows color (decimal): -12084048 or 11574343. OLE color: 11574343.

HSL color Cylindrical-coordinate representation of color #479CB0: hue angle of 191.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #479CB0 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71156176-
CMYK0.600.1100.31
HSL191.43º42.51%48.43%-
HSV(B)191.43º59.66%69.02%-
XYZ22.3228.2545.35-
YUV132.86152.3483.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=17.62%
G=38.71%
B=43.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711561760.600.1100.31191.4342.5148.43
Hex479CB03CB01Fbf2b30
Octal10723426074130372775360
Binary10001111001110010110000111100101101111110111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,176); }

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

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

 a { background-color: rgb(71,156,176); }

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

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

 span { border-color: rgb(71,156,176); }

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