Html Css Color HEX #4496BB Boston Blue

📋 copy color: '#4496BB'

red 68 ◦ green 150 ◦ blue 187

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

Shades of Boston Blue #4496BB

Tints of Boston Blue #4496BB

RGB

 RED value IS 68 (26.95% from 255) = 16.79%

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 16.79%
G = 37.04%
B = 46.17%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4496BB (or 0x4496BB) is known color: Boston Blue. HEX triplet: 44, 96 and BB. RGB value is (68,150,187). Sum of RGB (Red+Green+Blue) = 68+150+187=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4496BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BB is #BB6944. Grayscale: #818181. Windows color (decimal): -12282181 or 12293700. OLE color: 12293700.

HSL color Cylindrical-coordinate representation of color #4496BB: hue angle of 198.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4496BB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 150 187 -
CMYK 0.64 0.20 0 0.27
HSL 198.66º 0.47% 0.5% -
HSV(B) 198.66º 0.64% 0.73% -
XYZ 22.26 26.63 50.98 -
YUV 129.7 160.33 83.99 -
System Red Green Blue C M Y K H S L
Decimal 68 150 187 0.64 0.20 0 0.27 198.66 0.47 0.5
Hex 44 96 BB 40 14 0 1B C7 2F 32
Octal 104 226 273 100 24 0 33 307 57 62
Binary 1000100 10010110 10111011 1000000 10100 0 11011 11000111 101111 110010

Color Harmonies of #4496BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496BB

Black with #4496BB

Text Example


Text Example

White with #4496BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4496BB; }

 p { color: rgb(68,150,187); }

 H1.HeaderClassName
 {
   color: #4496BB;
 }
 .AnyTagClassName
 {
   color: #4496BB;
 }
</style>

background-color css

<style>
 a { background-color: #4496BB; }

 a { background-color: rgb(68,150,187); }

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

border-color css

<style>
 span { border-color: #4496BB; }

 span { border-color: rgb(68,150,187); }

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