#459CB0

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

Shades of Boston Blue #459CB0

Tints of Boston Blue #459CB0

Color information

#459CB0 (or 0x459CB0) is unknown color: approx Boston Blue. HEX triplet: 45, 9C and B0. RGB value is (69,156,176). Sum of RGB (Red+Green+Blue) = 69+156+176=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #459CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459CB0 is #BA634F. Grayscale: #848484. Windows color (decimal): -12215120 or 11574341. OLE color: 11574341.

HSL color Cylindrical-coordinate representation of color #459CB0: hue angle of 191.21º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #459CB0 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69156176-
CMYK0.610.1100.31
HSL191.21º43.67%48.04%-
HSV(B)191.21º60.8%69.02%-
XYZ22.1828.1845.34-
YUV132.27152.6882.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.21%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=17.21%
G=38.90%
B=43.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691561760.610.1100.31191.2143.6748.04
Hex459CB03DB01Fbf2c30
Octal10523426075130372775460
Binary10001011001110010110000111101101101111110111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,176); }

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

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

 a { background-color: rgb(69,156,176); }

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

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

 span { border-color: rgb(69,156,176); }

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