#458CAB

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

Shades of Boston Blue #458CAB

Tints of Boston Blue #458CAB

Color information

#458CAB (or 0x458CAB) is unknown color: approx Boston Blue. HEX triplet: 45, 8C and AB. RGB value is (69,140,171). Sum of RGB (Red+Green+Blue) = 69+140+171=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #458CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458CAB is #BA7354. Grayscale: #7A7A7A. Windows color (decimal): -12219221 or 11242565. OLE color: 11242565.

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

Color convert

RGB69140171-
CMYK0.600.1800.33
HSL198.24º42.5%47.06%-
HSV(B)198.24º59.65%67.06%-
XYZ19.1822.9641.95-
YUV122.3155.4889.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 171 (67.19% from 255) = 45%
R=18.16%
G=36.84%
B=45%

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
Decimal691401710.600.1800.33198.2442.547.06
Hex458CAB3C12021c62a2f
Octal10521425374220413065257
Binary1000101100011001010101111110010010010000111000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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