#458FAA

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

Shades of Boston Blue #458FAA

Tints of Boston Blue #458FAA

Color information

#458FAA (or 0x458FAA) is unknown color: approx Boston Blue. HEX triplet: 45, 8F and AA. RGB value is (69,143,170). Sum of RGB (Red+Green+Blue) = 69+143+170=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #458FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FAA is #BA7055. Grayscale: #7B7B7B. Windows color (decimal): -12218454 or 11177797. OLE color: 11177797.

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

Color convert

RGB69143170-
CMYK0.590.1600.33
HSL196.04º42.26%46.86%-
HSV(B)196.04º59.41%66.67%-
XYZ19.5323.8141.6-
YUV123.95153.9888.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=18.06%
G=37.43%
B=44.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691431700.590.1600.33196.0442.2646.86
Hex458FAA3B10021c42a2f
Octal10521725273200413045257
Binary1000101100011111010101011101110000010000111000100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,143,170); }

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

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

 a { background-color: rgb(69,143,170); }

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

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

 span { border-color: rgb(69,143,170); }

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