Html Css Color HEX #4496BC Boston Blue

📋 copy color: '#4496BC'

red 68 ◦ green 150 ◦ blue 188

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

Shades of Boston Blue #4496BC

Tints of Boston Blue #4496BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 16.75%
G = 36.95%
B = 46.31%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4496BC (or 0x4496BC) is known color: Boston Blue. HEX triplet: 44, 96 and BC. RGB value is (68,150,188). Sum of RGB (Red+Green+Blue) = 68+150+188=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4496BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496BC is #BB6943. Grayscale: #818181. Windows color (decimal): -12282180 or 12359236. OLE color: 12359236.

HSL color Cylindrical-coordinate representation of color #4496BC: hue angle of 199º degrees, saturation: 0.47, 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 #4496BC is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 150 188 -
CMYK 0.64 0.20 0 0.26
HSL 199º 0.47% 0.5% -
HSV(B) 199º 0.64% 0.74% -
XYZ 22.37 26.67 51.55 -
YUV 129.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 68 150 188 0.64 0.20 0 0.26 199 0.47 0.5
Hex 44 96 BC 40 14 0 1A C7 2F 32
Octal 104 226 274 100 24 0 32 307 57 62
Binary 1000100 10010110 10111100 1000000 10100 0 11010 11000111 101111 110010

Color Harmonies of #4496BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496BC

Black with #4496BC

Text Example


Text Example

White with #4496BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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