Html Css Color HEX #4096BD Boston Blue

📋 copy color: '#4096BD'

red 64 ◦ green 150 ◦ blue 189

#4096BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #4096BD

Tints of Boston Blue #4096BD

RGB

 RED value IS 64 (25.39% from 255) = 15.88%

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 15.88%
G = 37.22%
B = 46.9%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4096BD (or 0x4096BD) is known color: Boston Blue. HEX triplet: 40, 96 and BD. RGB value is (64,150,189). Sum of RGB (Red+Green+Blue) = 64+150+189=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #4096BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4096BD is #BF6942. Grayscale: #808080. Windows color (decimal): -12544323 or 12424768. OLE color: 12424768.

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

Color convert

RGB 64 150 189 -
CMYK 0.66 0.21 0 0.26
HSL 198.72º 0.49% 0.5% -
HSV(B) 198.72º 0.66% 0.74% -
XYZ 22.21 26.58 52.1 -
YUV 128.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 64 150 189 0.66 0.21 0 0.26 198.72 0.49 0.5
Hex 40 96 BD 42 15 0 1A C7 31 32
Octal 100 226 275 102 25 0 32 307 61 62
Binary 1000000 10010110 10111101 1000010 10101 0 11010 11000111 110001 110010

Color Harmonies of #4096BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096BD

Black with #4096BD

Text Example


Text Example

White with #4096BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4096BD;
 }
 .AnyTagClassName
 {
   color: #4096BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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