#458EAC

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

Shades of Boston Blue #458EAC

Tints of Boston Blue #458EAC

Color information

#458EAC (or 0x458EAC) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and AC. RGB value is (69,142,172). Sum of RGB (Red+Green+Blue) = 69+142+172=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #458EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EAC is #BA7153. Grayscale: #7B7B7B. Windows color (decimal): -12218708 or 11308613. OLE color: 11308613.

HSL color Cylindrical-coordinate representation of color #458EAC: hue angle of 197.48º degrees, saturation: 0.43, 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 #458EAC is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69142172-
CMYK0.600.1700.33
HSL197.48º42.74%47.25%-
HSV(B)197.48º59.88%67.45%-
XYZ19.5723.5942.55-
YUV123.59155.3289.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=18.02%
G=37.08%
B=44.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691421720.600.1700.33197.4842.7447.25
Hex458EAC3C11021c52b2f
Octal10521625474210413055357
Binary1000101100011101010110011110010001010000111000101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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