#468DAE

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

Shades of Boston Blue #468DAE

Tints of Boston Blue #468DAE

Color information

#468DAE (or 0x468DAE) is unknown color: approx Boston Blue. HEX triplet: 46, 8D and AE. RGB value is (70,141,174). Sum of RGB (Red+Green+Blue) = 70+141+174=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #468DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DAE is #B97251. Grayscale: #7B7B7B. Windows color (decimal): -12153426 or 11439430. OLE color: 11439430.

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

Color convert

RGB70141174-
CMYK0.600.1900.32
HSL199.04º42.62%47.84%-
HSV(B)199.04º59.77%68.24%-
XYZ19.6923.4143.52-
YUV123.53156.4889.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=18.18%
G=36.62%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701411740.600.1900.32199.0442.6247.84
Hex468DAE3C13020c72b30
Octal10621525674230403075360
Binary1000110100011011010111011110010011010000011000111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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