#468AAC

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

Shades of Boston Blue #468AAC

Tints of Boston Blue #468AAC

Color information

#468AAC (or 0x468AAC) is unknown color: approx Boston Blue. HEX triplet: 46, 8A and AC. RGB value is (70,138,172). Sum of RGB (Red+Green+Blue) = 70+138+172=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #468AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AAC is #B97553. Grayscale: #797979. Windows color (decimal): -12154196 or 11307590. OLE color: 11307590.

HSL color Cylindrical-coordinate representation of color #468AAC: hue angle of 200º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #468AAC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70138172-
CMYK0.590.2000.33
HSL200º42.15%47.45%-
HSV(B)200º59.3%67.45%-
XYZ19.0622.4642.36-
YUV121.54156.4791.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=18.42%
G=36.32%
B=45.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701381720.590.2000.3320042.1547.45
Hex468AAC3B14021c82a2f
Octal10621225473240413105257
Binary1000110100010101010110011101110100010000111001000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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