#458EB0

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

Shades of Boston Blue #458EB0

Tints of Boston Blue #458EB0

Color information

#458EB0 (or 0x458EB0) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and B0. RGB value is (69,142,176). Sum of RGB (Red+Green+Blue) = 69+142+176=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #458EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EB0 is #BA714F. Grayscale: #7B7B7B. Windows color (decimal): -12218704 or 11570757. OLE color: 11570757.

HSL color Cylindrical-coordinate representation of color #458EB0: hue angle of 199.07º 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 #458EB0 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69142176-
CMYK0.610.1900.31
HSL199.07º43.67%48.04%-
HSV(B)199.07º60.8%69.02%-
XYZ19.9623.7544.61-
YUV124.05157.3288.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=17.83%
G=36.69%
B=45.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691421760.610.1900.31199.0743.6748.04
Hex458EB03D1301Fc72c30
Octal10521626075230373075460
Binary100010110001110101100001111011001101111111000111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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