#4299AB

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

Shades of Boston Blue #4299AB

Tints of Boston Blue #4299AB

Color information

#4299AB (or 0x4299AB) is unknown color: approx Boston Blue. HEX triplet: 42, 99 and AB. RGB value is (66,153,171). Sum of RGB (Red+Green+Blue) = 66+153+171=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #4299AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299AB is #BD6654. Grayscale: #808080. Windows color (decimal): -12412501 or 11245890. OLE color: 11245890.

HSL color Cylindrical-coordinate representation of color #4299AB: hue angle of 190.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4299AB is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66153171-
CMYK0.610.1100.33
HSL190.29º44.3%46.47%-
HSV(B)190.29º61.4%67.06%-
XYZ20.9926.8842.61-
YUV129.04151.6883.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=16.92%
G=39.23%
B=43.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661531710.610.1100.33190.2944.346.47
Hex4299AB3DB021be2c2e
Octal10223125375130412765456
Binary100001010011001101010111111011011010000110111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4299AB; }

 p { color: rgb(66,153,171); }

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

<style>
 a { background-color: #4299AB; }

 a { background-color: rgb(66,153,171); }

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

<style>
 span { border-color: #4299AB; }

 span { border-color: rgb(66,153,171); }

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