#468EAD

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

Shades of Boston Blue #468EAD

Tints of Boston Blue #468EAD

Color information

#468EAD (or 0x468EAD) is unknown color: approx Boston Blue. HEX triplet: 46, 8E and AD. RGB value is (70,142,173). Sum of RGB (Red+Green+Blue) = 70+142+173=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #468EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EAD is #B97152. Grayscale: #7B7B7B. Windows color (decimal): -12153171 or 11374150. OLE color: 11374150.

HSL color Cylindrical-coordinate representation of color #468EAD: hue angle of 198.06º 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 #468EAD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70142173-
CMYK0.600.1800.32
HSL198.06º42.39%47.65%-
HSV(B)198.06º59.54%67.84%-
XYZ19.7423.6743.06-
YUV124.01155.6589.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=18.18%
G=36.88%
B=44.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701421730.600.1800.32198.0642.3947.65
Hex468EAD3C12020c62a30
Octal10621625574220403065260
Binary1000110100011101010110111110010010010000011000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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