#459EBC

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

Shades of Boston Blue #459EBC

Tints of Boston Blue #459EBC

Color information

#459EBC (or 0x459EBC) is unknown color: approx Boston Blue. HEX triplet: 45, 9E and BC. RGB value is (69,158,188). Sum of RGB (Red+Green+Blue) = 69+158+188=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #459EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EBC is #BA6143. Grayscale: #868686. Windows color (decimal): -12214596 or 12361285. OLE color: 12361285.

HSL color Cylindrical-coordinate representation of color #459EBC: hue angle of 195.13º 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 #459EBC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69158188-
CMYK0.630.1600.26
HSL195.13º47.04%50.39%-
HSV(B)195.13º63.3%73.73%-
XYZ23.7629.3551.99-
YUV134.81158.0181.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.63%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=16.63%
G=38.07%
B=45.30%

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
Decimal691581880.630.1600.26195.1347.0450.39
Hex459EBC3F1001Ac32f32
Octal10523627477200323035762
Binary100010110011110101111001111111000001101011000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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