#458AAB

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

Shades of Boston Blue #458AAB

Tints of Boston Blue #458AAB

Color information

#458AAB (or 0x458AAB) is unknown color: approx Boston Blue. HEX triplet: 45, 8A and AB. RGB value is (69,138,171). Sum of RGB (Red+Green+Blue) = 69+138+171=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #458AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AAB is #BA7554. Grayscale: #787878. Windows color (decimal): -12219733 or 11242053. OLE color: 11242053.

HSL color Cylindrical-coordinate representation of color #458AAB: hue angle of 199.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458AAB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69138171-
CMYK0.600.1900.33
HSL199.41º42.5%47.06%-
HSV(B)199.41º59.65%67.06%-
XYZ18.8922.3841.85-
YUV121.13156.1490.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.25%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=18.25%
G=36.51%
B=45.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691381710.600.1900.33199.4142.547.06
Hex458AAB3C13021c72a2f
Octal10521225374230413075257
Binary1000101100010101010101111110010011010000111000111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458AAB; }

 p { color: rgb(69,138,171); }

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

<style>
 a { background-color: #458AAB; }

 a { background-color: rgb(69,138,171); }

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

<style>
 span { border-color: #458AAB; }

 span { border-color: rgb(69,138,171); }

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