#419FAE

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

Shades of Boston Blue #419FAE

Tints of Boston Blue #419FAE

Color information

#419FAE (or 0x419FAE) is unknown color: approx Boston Blue. HEX triplet: 41, 9F and AE. RGB value is (65,159,174). Sum of RGB (Red+Green+Blue) = 65+159+174=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #419FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FAE is #BE6051. Grayscale: #848484. Windows color (decimal): -12476498 or 11444033. OLE color: 11444033.

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

Color convert

RGB65159174-
CMYK0.630.0900.32
HSL188.26º45.61%46.86%-
HSV(B)188.26º62.64%68.24%-
XYZ22.2228.9844.47-
YUV132.6151.3679.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.33%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=16.33%
G=39.95%
B=43.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651591740.630.0900.32188.2645.6146.86
Hex419FAE3F9020bc2e2f
Octal10123725677110402745657
Binary100000110011111101011101111111001010000010111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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