#459DBC

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

Shades of Boston Blue #459DBC

Tints of Boston Blue #459DBC

Color information

#459DBC (or 0x459DBC) is unknown color: approx Boston Blue. HEX triplet: 45, 9D and BC. RGB value is (69,157,188). Sum of RGB (Red+Green+Blue) = 69+157+188=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #459DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DBC is #BA6243. Grayscale: #868686. Windows color (decimal): -12214852 or 12361029. OLE color: 12361029.

HSL color Cylindrical-coordinate representation of color #459DBC: hue angle of 195.63º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #459DBC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69157188-
CMYK0.630.1600.26
HSL195.63º47.04%50.39%-
HSV(B)195.63º63.3%73.73%-
XYZ23.5929.0151.93-
YUV134.22158.3581.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.67%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=16.67%
G=37.92%
B=45.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691571880.630.1600.26195.6347.0450.39
Hex459DBC3F1001Ac42f32
Octal10523527477200323045762
Binary100010110011101101111001111111000001101011000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459DBC; }

 p { color: rgb(69,157,188); }

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

<style>
 a { background-color: #459DBC; }

 a { background-color: rgb(69,157,188); }

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

<style>
 span { border-color: #459DBC; }

 span { border-color: rgb(69,157,188); }

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