#419FAC

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

Shades of Boston Blue #419FAC

Tints of Boston Blue #419FAC

Color information

#419FAC (or 0x419FAC) is unknown color: approx Boston Blue. HEX triplet: 41, 9F and AC. RGB value is (65,159,172). Sum of RGB (Red+Green+Blue) = 65+159+172=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #419FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FAC is #BE6053. Grayscale: #848484. Windows color (decimal): -12476500 or 11312961. OLE color: 11312961.

HSL color Cylindrical-coordinate representation of color #419FAC: hue angle of 187.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #419FAC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65159172-
CMYK0.620.0800.33
HSL187.29º45.15%46.47%-
HSV(B)187.29º62.21%67.45%-
XYZ22.0228.943.45-
YUV132.38150.3679.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=16.41%
G=40.15%
B=43.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651591720.620.0800.33187.2945.1546.47
Hex419FAC3E8021bb2d2e
Octal10123725476100412735556
Binary100000110011111101011001111101000010000110111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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