#468CAA

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

Shades of Boston Blue #468CAA

Tints of Boston Blue #468CAA

Color information

#468CAA (or 0x468CAA) is unknown color: approx Boston Blue. HEX triplet: 46, 8C and AA. RGB value is (70,140,170). Sum of RGB (Red+Green+Blue) = 70+140+170=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #468CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468CAA is #B97355. Grayscale: #7A7A7A. Windows color (decimal): -12153686 or 11177030. OLE color: 11177030.

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

Color convert

RGB70140170-
CMYK0.590.1800.33
HSL198º41.67%47.06%-
HSV(B)198º58.82%66.67%-
XYZ19.1622.9641.45-
YUV122.49154.8190.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=18.42%
G=36.84%
B=44.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701401700.590.1800.3319841.6747.06
Hex468CAA3B12021c62a2f
Octal10621425273220413065257
Binary1000110100011001010101011101110010010000111000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,140,170); }

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

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

 a { background-color: rgb(70,140,170); }

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

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

 span { border-color: rgb(70,140,170); }

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