#4498BA

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

Shades of Boston Blue #4498BA

Tints of Boston Blue #4498BA

Color information

#4498BA (or 0x4498BA) is unknown color: approx Boston Blue. HEX triplet: 44, 98 and BA. RGB value is (68,152,186). Sum of RGB (Red+Green+Blue) = 68+152+186=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4498BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498BA is #BB6745. Grayscale: #828282. Windows color (decimal): -12281670 or 12228676. OLE color: 12228676.

HSL color Cylindrical-coordinate representation of color #4498BA: hue angle of 197.29º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4498BA is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68152186-
CMYK0.630.1800.27
HSL197.29º46.46%49.8%-
HSV(B)197.29º63.44%72.94%-
XYZ22.4827.2350.53-
YUV130.76159.1783.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.75%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=16.75%
G=37.44%
B=45.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681521860.630.1800.27197.2946.4649.8
Hex4498BA3F1201Bc52e32
Octal10423027277220333055662
Binary100010010011000101110101111111001001101111000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4498BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4498BA; }

 p { color: rgb(68,152,186); }

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

<style>
 a { background-color: #4498BA; }

 a { background-color: rgb(68,152,186); }

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

<style>
 span { border-color: #4498BA; }

 span { border-color: rgb(68,152,186); }

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