#449CB2

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

Shades of Boston Blue #449CB2

Tints of Boston Blue #449CB2

Color information

#449CB2 (or 0x449CB2) is unknown color: approx Boston Blue. HEX triplet: 44, 9C and B2. RGB value is (68,156,178). Sum of RGB (Red+Green+Blue) = 68+156+178=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #449CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449CB2 is #BB634D. Grayscale: #848484. Windows color (decimal): -12280654 or 11705412. OLE color: 11705412.

HSL color Cylindrical-coordinate representation of color #449CB2: hue angle of 192º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #449CB2 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB68156178-
CMYK0.620.1200.30
HSL192º44.72%48.24%-
HSV(B)192º61.8%69.8%-
XYZ22.3128.2246.39-
YUV132.2153.8582.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=16.92%
G=38.81%
B=44.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal681561780.620.1200.3019244.7248.24
Hex449CB23EC01Ec02d30
Octal10423426276140363005560
Binary10001001001110010110010111110110001111011000000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,178); }

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

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

 a { background-color: rgb(68,156,178); }

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

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

 span { border-color: rgb(68,156,178); }

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