#479CB7

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

Shades of Boston Blue #479CB7

Tints of Boston Blue #479CB7

Color information

#479CB7 (or 0x479CB7) is unknown color: approx Boston Blue. HEX triplet: 47, 9C and B7. RGB value is (71,156,183). Sum of RGB (Red+Green+Blue) = 71+156+183=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #479CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CB7 is #B86348. Grayscale: #858585. Windows color (decimal): -12084041 or 12033095. OLE color: 12033095.

HSL color Cylindrical-coordinate representation of color #479CB7: hue angle of 194.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #479CB7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71156183-
CMYK0.610.1500.28
HSL194.46º44.09%49.8%-
HSV(B)194.46º61.2%71.76%-
XYZ23.0328.5449.09-
YUV133.66155.8483.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.32%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=17.32%
G=38.05%
B=44.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711561830.610.1500.28194.4644.0949.8
Hex479CB73DF01Cc22c32
Octal10723426775170343025462
Binary10001111001110010110111111101111101110011000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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