#459FA5

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

Shades of Boston Blue #459FA5

Tints of Boston Blue #459FA5

Color information

#459FA5 (or 0x459FA5) is unknown color: approx Boston Blue. HEX triplet: 45, 9F and A5. RGB value is (69,159,165). Sum of RGB (Red+Green+Blue) = 69+159+165=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #459FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459FA5 is #BA605A. Grayscale: #848484. Windows color (decimal): -12214363 or 10854213. OLE color: 10854213.

HSL color Cylindrical-coordinate representation of color #459FA5: hue angle of 183.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #459FA5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69159165-
CMYK0.580.0400.35
HSL183.75º41.03%45.88%-
HSV(B)183.75º58.18%64.71%-
XYZ21.6428.7840.01-
YUV132.77146.1882.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=17.56%
G=40.46%
B=41.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691591650.580.0400.35183.7541.0345.88
Hex459FA53A4023b8292e
Octal1052372457240432705156
Binary10001011001111110100101111010100010001110111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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