#419FB1

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

Shades of Boston Blue #419FB1

Tints of Boston Blue #419FB1

Color information

#419FB1 (or 0x419FB1) is unknown color: approx Boston Blue. HEX triplet: 41, 9F and B1. RGB value is (65,159,177). Sum of RGB (Red+Green+Blue) = 65+159+177=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #419FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FB1 is #BE604E. Grayscale: #848484. Windows color (decimal): -12476495 or 11640641. OLE color: 11640641.

HSL color Cylindrical-coordinate representation of color #419FB1: hue angle of 189.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419FB1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65159177-
CMYK0.630.1000.31
HSL189.64º46.28%47.45%-
HSV(B)189.64º63.28%69.41%-
XYZ22.5129.0946.02-
YUV132.95152.8679.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.21%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=16.21%
G=39.65%
B=44.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651591770.630.1000.31189.6446.2847.45
Hex419FB13FA01Fbe2e2f
Octal10123726177120372765657
Binary10000011001111110110001111111101001111110111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419FB1; }

 p { color: rgb(65,159,177); }

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

<style>
 a { background-color: #419FB1; }

 a { background-color: rgb(65,159,177); }

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

<style>
 span { border-color: #419FB1; }

 span { border-color: rgb(65,159,177); }

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