#468AAD

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

Shades of Boston Blue #468AAD

Tints of Boston Blue #468AAD

Color information

#468AAD (or 0x468AAD) is unknown color: approx Boston Blue. HEX triplet: 46, 8A and AD. RGB value is (70,138,173). Sum of RGB (Red+Green+Blue) = 70+138+173=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #468AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AAD is #B97552. Grayscale: #797979. Windows color (decimal): -12154195 or 11373126. OLE color: 11373126.

HSL color Cylindrical-coordinate representation of color #468AAD: hue angle of 200.39º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468AAD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70138173-
CMYK0.600.2000.32
HSL200.39º42.39%47.65%-
HSV(B)200.39º59.54%67.84%-
XYZ19.1622.542.87-
YUV121.66156.9791.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=18.37%
G=36.22%
B=45.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701381730.600.2000.32200.3942.3947.65
Hex468AAD3C14020c82a30
Octal10621225574240403105260
Binary1000110100010101010110111110010100010000011001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,138,173); }

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

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

 a { background-color: rgb(70,138,173); }

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

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

 span { border-color: rgb(70,138,173); }

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