#449DBE

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

Shades of Boston Blue #449DBE

Tints of Boston Blue #449DBE

Color information

#449DBE (or 0x449DBE) is unknown color: approx Boston Blue. HEX triplet: 44, 9D and BE. RGB value is (68,157,190). Sum of RGB (Red+Green+Blue) = 68+157+190=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #449DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DBE is #BB6241. Grayscale: #858585. Windows color (decimal): -12280386 or 12492100. OLE color: 12492100.

HSL color Cylindrical-coordinate representation of color #449DBE: hue angle of 196.23º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449DBE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68157190-
CMYK0.640.1700.25
HSL196.23º48.41%50.59%-
HSV(B)196.23º64.21%74.51%-
XYZ23.7429.0653.07-
YUV134.15159.5180.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.39%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=16.39%
G=37.83%
B=45.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681571900.640.1700.25196.2348.4150.59
Hex449DBE4011019c43033
Octal104235276100210313046063
Binary1000100100111011011111010000001000101100111000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,190); }

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

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

 a { background-color: rgb(68,157,190); }

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

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

 span { border-color: rgb(68,157,190); }

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