#458AAC

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

Shades of Boston Blue #458AAC

Tints of Boston Blue #458AAC

Color information

#458AAC (or 0x458AAC) is unknown color: approx Boston Blue. HEX triplet: 45, 8A and AC. RGB value is (69,138,172). Sum of RGB (Red+Green+Blue) = 69+138+172=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #458AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AAC is #BA7553. Grayscale: #797979. Windows color (decimal): -12219732 or 11307589. OLE color: 11307589.

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

Color convert

RGB69138172-
CMYK0.600.2000.33
HSL199.81º42.74%47.25%-
HSV(B)199.81º59.88%67.45%-
XYZ18.9922.4242.36-
YUV121.24156.6490.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=18.21%
G=36.41%
B=45.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691381720.600.2000.33199.8142.7447.25
Hex458AAC3C14021c82b2f
Octal10521225474240413105357
Binary1000101100010101010110011110010100010000111001000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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