#4498BB

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

Shades of Boston Blue #4498BB

Tints of Boston Blue #4498BB

Color information

#4498BB (or 0x4498BB) is unknown color: approx Boston Blue. HEX triplet: 44, 98 and BB. RGB value is (68,152,187). Sum of RGB (Red+Green+Blue) = 68+152+187=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #4498BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498BB is #BB6744. Grayscale: #828282. Windows color (decimal): -12281669 or 12294212. OLE color: 12294212.

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

Color convert

RGB68152187-
CMYK0.640.1900.27
HSL197.65º46.67%50%-
HSV(B)197.65º63.64%73.33%-
XYZ22.5827.2751.09-
YUV130.87159.6783.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.71%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=16.71%
G=37.35%
B=45.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681521870.640.1900.27197.6546.6750
Hex4498BB401301Bc62f32
Octal104230273100230333065762
Binary1000100100110001011101110000001001101101111000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4498BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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