#468BB3

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

Shades of Boston Blue #468BB3

Tints of Boston Blue #468BB3

Color information

#468BB3 (or 0x468BB3) is unknown color: approx Boston Blue. HEX triplet: 46, 8B and B3. RGB value is (70,139,179). Sum of RGB (Red+Green+Blue) = 70+139+179=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #468BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BB3 is #B9744C. Grayscale: #7A7A7A. Windows color (decimal): -12153933 or 11766598. OLE color: 11766598.

HSL color Cylindrical-coordinate representation of color #468BB3: hue angle of 202.02º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #468BB3 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB70139179-
CMYK0.610.2200.30
HSL202.02º43.78%48.82%-
HSV(B)202.02º60.89%70.2%-
XYZ19.923.0246.04-
YUV122.93159.6490.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=18.04%
G=35.82%
B=46.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701391790.610.2200.30202.0243.7848.82
Hex468BB33D1601Eca2c31
Octal10621326375260363125461
Binary100011010001011101100111111011011001111011001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468BB3; }

 p { color: rgb(70,139,179); }

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

<style>
 a { background-color: #468BB3; }

 a { background-color: rgb(70,139,179); }

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

<style>
 span { border-color: #468BB3; }

 span { border-color: rgb(70,139,179); }

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