Html Css Color HEX #4496BD Boston Blue

📋 copy color: '#4496BD'

red 68 ◦ green 150 ◦ blue 189

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

Shades of Boston Blue #4496BD

Tints of Boston Blue #4496BD

RGB

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

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

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

R = 16.71%
G = 36.86%
B = 46.44%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4496BD (or 0x4496BD) is known color: Boston Blue. HEX triplet: 44, 96 and BD. RGB value is (68,150,189). Sum of RGB (Red+Green+Blue) = 68+150+189=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #4496BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BD is #BB6942. Grayscale: #818181. Windows color (decimal): -12282179 or 12424772. OLE color: 12424772.

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

Color convert

RGB 68 150 189 -
CMYK 0.64 0.21 0 0.26
HSL 199.34º 0.48% 0.5% -
HSV(B) 199.34º 0.64% 0.74% -
XYZ 22.48 26.72 52.12 -
YUV 129.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 68 150 189 0.64 0.21 0 0.26 199.34 0.48 0.5
Hex 44 96 BD 40 15 0 1A C7 30 32
Octal 104 226 275 100 25 0 32 307 60 62
Binary 1000100 10010110 10111101 1000000 10101 0 11010 11000111 110000 110010

Color Harmonies of #4496BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496BD

Black with #4496BD

Text Example


Text Example

White with #4496BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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