#449EBC

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

Shades of Boston Blue #449EBC

Tints of Boston Blue #449EBC

Color information

#449EBC (or 0x449EBC) is unknown color: approx Boston Blue. HEX triplet: 44, 9E and BC. RGB value is (68,158,188). Sum of RGB (Red+Green+Blue) = 68+158+188=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 158 (62.11% from 255 or 38.16% 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 #449EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBC is #BB6143. Grayscale: #868686. Windows color (decimal): -12280132 or 12361284. OLE color: 12361284.

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

Color convert

RGB68158188-
CMYK0.640.1600.26
HSL195º47.24%50.2%-
HSV(B)195º63.83%73.73%-
XYZ23.6929.3151.99-
YUV134.51158.1880.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.43%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=16.43%
G=38.16%
B=45.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681581880.640.1600.2619547.2450.2
Hex449EBC401001Ac32f32
Octal104236274100200323035762
Binary1000100100111101011110010000001000001101011000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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