Html Css Color HEX #4696BB Boston Blue

📋 copy color: '#4696BB'

red 70 ◦ green 150 ◦ blue 187

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

Shades of Boston Blue #4696BB

Tints of Boston Blue #4696BB

RGB

 RED value IS 70 (27.73% from 255) = 17.2%

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

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

R = 17.2%
G = 36.86%
B = 45.95%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4696BB (or 0x4696BB) is known color: Boston Blue. HEX triplet: 46, 96 and BB. RGB value is (70,150,187). Sum of RGB (Red+Green+Blue) = 70+150+187=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #4696BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696BB is #B96944. Grayscale: #828282. Windows color (decimal): -12151109 or 12293702. OLE color: 12293702.

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

Color convert

RGB 70 150 187 -
CMYK 0.63 0.20 0 0.27
HSL 198.97º 0.46% 0.5% -
HSV(B) 198.97º 0.63% 0.73% -
XYZ 22.4 26.7 50.99 -
YUV 130.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 70 150 187 0.63 0.20 0 0.27 198.97 0.46 0.5
Hex 46 96 BB 3F 14 0 1B C7 2E 32
Octal 106 226 273 77 24 0 33 307 56 62
Binary 1000110 10010110 10111011 111111 10100 0 11011 11000111 101110 110010

Color Harmonies of #4696BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696BB

Black with #4696BB

Text Example


Text Example

White with #4696BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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