#419FAF

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

Shades of Boston Blue #419FAF

Tints of Boston Blue #419FAF

Color information

#419FAF (or 0x419FAF) is unknown color: approx Boston Blue. HEX triplet: 41, 9F and AF. RGB value is (65,159,175). Sum of RGB (Red+Green+Blue) = 65+159+175=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #419FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FAF is #BE6050. Grayscale: #848484. Windows color (decimal): -12476497 or 11509569. OLE color: 11509569.

HSL color Cylindrical-coordinate representation of color #419FAF: hue angle of 188.73º 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 #419FAF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65159175-
CMYK0.630.0900.31
HSL188.73º45.83%47.06%-
HSV(B)188.73º62.86%68.63%-
XYZ22.3229.0244.98-
YUV132.72151.8679.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=16.29%
G=39.85%
B=43.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651591750.630.0900.31188.7345.8347.06
Hex419FAF3F901Fbd2e2f
Octal10123725777110372755657
Binary10000011001111110101111111111100101111110111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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