#458EAD

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

Shades of Boston Blue #458EAD

Tints of Boston Blue #458EAD

Color information

#458EAD (or 0x458EAD) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and AD. RGB value is (69,142,173). Sum of RGB (Red+Green+Blue) = 69+142+173=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #458EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EAD is #BA7152. Grayscale: #7B7B7B. Windows color (decimal): -12218707 or 11374149. OLE color: 11374149.

HSL color Cylindrical-coordinate representation of color #458EAD: hue angle of 197.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458EAD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69142173-
CMYK0.600.1800.32
HSL197.88º42.98%47.45%-
HSV(B)197.88º60.12%67.84%-
XYZ19.6723.6343.06-
YUV123.71155.8288.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.97%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=17.97%
G=36.98%
B=45.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691421730.600.1800.32197.8842.9847.45
Hex458EAD3C12020c62b2f
Octal10521625574220403065357
Binary1000101100011101010110111110010010010000011000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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