Html Css Color HEX #4496AD Boston Blue

📋 copy color: '#4496AD'

red 68 ◦ green 150 ◦ blue 173

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

Shades of Boston Blue #4496AD

Tints of Boston Blue #4496AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 17.39%
G = 38.36%
B = 44.25%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4496AD (or 0x4496AD) is known color: Boston Blue. HEX triplet: 44, 96 and AD. RGB value is (68,150,173). Sum of RGB (Red+Green+Blue) = 68+150+173=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4496AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4496AD is #BB6952. Grayscale: #7F7F7F. Windows color (decimal): -12282195 or 11376196. OLE color: 11376196.

HSL color Cylindrical-coordinate representation of color #4496AD: hue angle of 193.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4496AD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 150 173 -
CMYK 0.61 0.13 0 0.32
HSL 193.14º 0.44% 0.47% -
HSV(B) 193.14º 0.61% 0.68% -
XYZ 20.83 26.06 43.47 -
YUV 128.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 68 150 173 0.61 0.13 0 0.32 193.14 0.44 0.47
Hex 44 96 AD 3D D 0 20 C1 2C 2F
Octal 104 226 255 75 15 0 40 301 54 57
Binary 1000100 10010110 10101101 111101 1101 0 100000 11000001 101100 101111

Color Harmonies of #4496AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496AD

Black with #4496AD

Text Example


Text Example

White with #4496AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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