#459CBC

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

Shades of Boston Blue #459CBC

Tints of Boston Blue #459CBC

Color information

#459CBC (or 0x459CBC) is unknown color: approx Boston Blue. HEX triplet: 45, 9C and BC. RGB value is (69,156,188). Sum of RGB (Red+Green+Blue) = 69+156+188=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #459CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CBC is #BA6343. Grayscale: #858585. Windows color (decimal): -12215108 or 12360773. OLE color: 12360773.

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

Color convert

RGB69156188-
CMYK0.630.1700.26
HSL196.13º47.04%50.39%-
HSV(B)196.13º63.3%73.73%-
XYZ23.4228.6751.88-
YUV133.64158.6881.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.71%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=16.71%
G=37.77%
B=45.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691561880.630.1700.26196.1347.0450.39
Hex459CBC3F1101Ac42f32
Octal10523427477210323045762
Binary100010110011100101111001111111000101101011000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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