Html Css Color HEX #4096AB Boston Blue

📋 copy color: '#4096AB'

red 64 ◦ green 150 ◦ blue 171

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

Shades of Boston Blue #4096AB

Tints of Boston Blue #4096AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 16.62%
G = 38.96%
B = 44.42%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4096AB (or 0x4096AB) is known color: Boston Blue. HEX triplet: 40, 96 and AB. RGB value is (64,150,171). Sum of RGB (Red+Green+Blue) = 64+150+171=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #4096AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4096AB is #BF6954. Grayscale: #7E7E7E. Windows color (decimal): -12544341 or 11245120. OLE color: 11245120.

HSL color Cylindrical-coordinate representation of color #4096AB: hue angle of 191.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4096AB is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 150 171 -
CMYK 0.63 0.12 0 0.33
HSL 191.78º 0.46% 0.46% -
HSV(B) 191.78º 0.63% 0.67% -
XYZ 20.37 25.84 42.44 -
YUV 126.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 64 150 171 0.63 0.12 0 0.33 191.78 0.46 0.46
Hex 40 96 AB 3F C 0 21 C0 2E 2E
Octal 100 226 253 77 14 0 41 300 56 56
Binary 1000000 10010110 10101011 111111 1100 0 100001 11000000 101110 101110

Color Harmonies of #4096AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096AB

Black with #4096AB

Text Example


Text Example

White with #4096AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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