#468FAE

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

Shades of Boston Blue #468FAE

Tints of Boston Blue #468FAE

Color information

#468FAE (or 0x468FAE) is unknown color: approx Boston Blue. HEX triplet: 46, 8F and AE. RGB value is (70,143,174). Sum of RGB (Red+Green+Blue) = 70+143+174=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #468FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FAE is #B97051. Grayscale: #7C7C7C. Windows color (decimal): -12152914 or 11439942. OLE color: 11439942.

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

Color convert

RGB70143174-
CMYK0.600.1800.32
HSL197.88º42.62%47.84%-
HSV(B)197.88º59.77%68.24%-
XYZ19.992443.62-
YUV124.71155.8288.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=18.09%
G=36.95%
B=44.96%

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
Decimal701431740.600.1800.32197.8842.6247.84
Hex468FAE3C12020c62b30
Octal10621725674220403065360
Binary1000110100011111010111011110010010010000011000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,174); }

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

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

 a { background-color: rgb(70,143,174); }

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

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

 span { border-color: rgb(70,143,174); }

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