#458DB0

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

Shades of Boston Blue #458DB0

Tints of Boston Blue #458DB0

Color information

#458DB0 (or 0x458DB0) is unknown color: approx Boston Blue. HEX triplet: 45, 8D and B0. RGB value is (69,141,176). Sum of RGB (Red+Green+Blue) = 69+141+176=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #458DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DB0 is #BA724F. Grayscale: #7B7B7B. Windows color (decimal): -12218960 or 11570501. OLE color: 11570501.

HSL color Cylindrical-coordinate representation of color #458DB0: hue angle of 199.63º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #458DB0 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69141176-
CMYK0.610.2000.31
HSL199.63º43.67%48.04%-
HSV(B)199.63º60.8%69.02%-
XYZ19.8223.4544.56-
YUV123.46157.6589.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=17.88%
G=36.53%
B=45.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691411760.610.2000.31199.6343.6748.04
Hex458DB03D1401Fc82c30
Octal10521526075240373105460
Binary100010110001101101100001111011010001111111001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,141,176); }

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

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

 a { background-color: rgb(69,141,176); }

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

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

 span { border-color: rgb(69,141,176); }

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