#459FAE

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

Shades of Boston Blue #459FAE

Tints of Boston Blue #459FAE

Color information

#459FAE (or 0x459FAE) is unknown color: approx Boston Blue. HEX triplet: 45, 9F and AE. RGB value is (69,159,174). Sum of RGB (Red+Green+Blue) = 69+159+174=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #459FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459FAE is #BA6051. Grayscale: #858585. Windows color (decimal): -12214354 or 11444037. OLE color: 11444037.

HSL color Cylindrical-coordinate representation of color #459FAE: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #459FAE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69159174-
CMYK0.600.0900.32
HSL188.57º43.21%47.65%-
HSV(B)188.57º60.34%68.24%-
XYZ22.4929.1244.48-
YUV133.8150.6881.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=17.16%
G=39.55%
B=43.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691591740.600.0900.32188.5743.2147.65
Hex459FAE3C9020bd2b30
Octal10523725674110402755360
Binary100010110011111101011101111001001010000010111101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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