#4496BE

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

Shades of Boston Blue #4496BE

Tints of Boston Blue #4496BE

Color information

#4496BE (or 0x4496BE) is unknown color: approx Boston Blue. HEX triplet: 44, 96 and BE. RGB value is (68,150,190). Sum of RGB (Red+Green+Blue) = 68+150+190=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4496BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BE is #BB6941. Grayscale: #818181. Windows color (decimal): -12282178 or 12490308. OLE color: 12490308.

HSL color Cylindrical-coordinate representation of color #4496BE: hue angle of 199.67º 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 #4496BE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68150190-
CMYK0.640.2100.25
HSL199.67º48.41%50.59%-
HSV(B)199.67º64.21%74.51%-
XYZ22.5826.7652.69-
YUV130.04161.8383.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.67%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=16.67%
G=36.76%
B=46.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681501900.640.2100.25199.6748.4150.59
Hex4496BE4015019c83033
Octal104226276100250313106063
Binary1000100100101101011111010000001010101100111001000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4496BE; }

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

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

<style>
 a { background-color: #4496BE; }

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

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

<style>
 span { border-color: #4496BE; }

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

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