#449CB7

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

Shades of Boston Blue #449CB7

Tints of Boston Blue #449CB7

Color information

#449CB7 (or 0x449CB7) is unknown color: approx Boston Blue. HEX triplet: 44, 9C and B7. RGB value is (68,156,183). Sum of RGB (Red+Green+Blue) = 68+156+183=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #449CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CB7 is #BB6348. Grayscale: #848484. Windows color (decimal): -12280649 or 12033092. OLE color: 12033092.

HSL color Cylindrical-coordinate representation of color #449CB7: hue angle of 194.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449CB7 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB68156183-
CMYK0.630.1500.28
HSL194.09º45.82%49.22%-
HSV(B)194.09º62.84%71.76%-
XYZ22.8228.4249.08-
YUV132.77156.3581.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.71%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=16.71%
G=38.33%
B=44.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681561830.630.1500.28194.0945.8249.22
Hex449CB73FF01Cc22e31
Octal10423426777170343025661
Binary10001001001110010110111111111111101110011000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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