#417FA3

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

Shades of Boston Blue #417FA3

Tints of Boston Blue #417FA3

Color information

#417FA3 (or 0x417FA3) is unknown color: approx Boston Blue. HEX triplet: 41, 7F and A3. RGB value is (65,127,163). Sum of RGB (Red+Green+Blue) = 65+127+163=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #417FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FA3 is #BE805C. Grayscale: #707070. Windows color (decimal): -12484701 or 10714945. OLE color: 10714945.

HSL color Cylindrical-coordinate representation of color #417FA3: hue angle of 202.04º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417FA3 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65127163-
CMYK0.600.2200.36
HSL202.04º42.98%44.71%-
HSV(B)202.04º60.12%63.92%-
XYZ16.3818.9537.44-
YUV112.57156.4694.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=18.31%
G=35.77%
B=45.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651271630.600.2200.36202.0442.9844.71
Hex417FA33C16024ca2b2d
Octal10117724374260443125355
Binary100000111111111010001111110010110010010011001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417FA3; }

 p { color: rgb(65,127,163); }

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

<style>
 a { background-color: #417FA3; }

 a { background-color: rgb(65,127,163); }

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

<style>
 span { border-color: #417FA3; }

 span { border-color: rgb(65,127,163); }

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