#4096bc

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

Shades of Boston Blue #4096BC

Tints of Boston Blue #4096BC

Color information

#4096BC (or 0x4096BC) is unknown color: approx Boston Blue. HEX triplet: 40, 96 and BC. RGB value is (64,150,188). Sum of RGB (Red+Green+Blue) = 64+150+188=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4096BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4096BC is #BF6943. Grayscale: #808080. Windows color (decimal): -12544324 or 12359232. OLE color: 12359232.

HSL color Cylindrical-coordinate representation of color #4096BC: hue angle of 198.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4096BC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64150188-
CMYK0.660.2000.26
HSL198.39º49.21%49.41%-
HSV(B)198.39º65.96%73.73%-
XYZ22.126.5351.53-
YUV128.62161.5181.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=15.92%
G=37.31%
B=46.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641501880.660.2000.26198.3949.2149.41
Hex4096BC421401Ac63131
Octal100226274102240323066161
Binary1000000100101101011110010000101010001101011000110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4096bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4096bc; }

 p { color: rgb(64,150,188); }

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

<style>
 a { background-color: #4096bc; }

 a { background-color: rgb(64,150,188); }

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

<style>
 span { border-color: #4096bc; }

 span { border-color: rgb(64,150,188); }

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