#468cb4

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

Shades of Boston Blue #468CB4

Tints of Boston Blue #468CB4

Color information

#468CB4 (or 0x468CB4) is unknown color: approx Boston Blue. HEX triplet: 46, 8C and B4. RGB value is (70,140,180). Sum of RGB (Red+Green+Blue) = 70+140+180=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #468CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CB4 is #B9734B. Grayscale: #7B7B7B. Windows color (decimal): -12153676 or 11832390. OLE color: 11832390.

HSL color Cylindrical-coordinate representation of color #468CB4: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #468CB4 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70140180-
CMYK0.610.2200.29
HSL201.82º44%49.02%-
HSV(B)201.82º61.11%70.59%-
XYZ20.1423.3546.63-
YUV123.63159.8189.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=17.95%
G=35.90%
B=46.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701401800.610.2200.29201.824449.02
Hex468CB43D1601Dca2c31
Octal10621426475260353125461
Binary100011010001100101101001111011011001110111001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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