#458DAB

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

Shades of Boston Blue #458DAB

Tints of Boston Blue #458DAB

Color information

#458DAB (or 0x458DAB) is unknown color: approx Boston Blue. HEX triplet: 45, 8D and AB. RGB value is (69,141,171). Sum of RGB (Red+Green+Blue) = 69+141+171=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #458DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DAB is #BA7254. Grayscale: #7A7A7A. Windows color (decimal): -12218965 or 11242821. OLE color: 11242821.

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

Color convert

RGB69141171-
CMYK0.600.1800.33
HSL197.65º42.5%47.06%-
HSV(B)197.65º59.65%67.06%-
XYZ19.3323.2642-
YUV122.89155.1589.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=18.11%
G=37.01%
B=44.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691411710.600.1800.33197.6542.547.06
Hex458DAB3C12021c62a2f
Octal10521525374220413065257
Binary1000101100011011010101111110010010010000111000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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