Html Css Color HEX #4696BF Boston Blue

📋 copy color: '#4696BF'

red 70 ◦ green 150 ◦ blue 191

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

Shades of Boston Blue #4696BF

Tints of Boston Blue #4696BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 17.03%
G = 36.5%
B = 46.47%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4696BF (or 0x4696BF) is known color: Boston Blue. HEX triplet: 46, 96 and BF. RGB value is (70,150,191). Sum of RGB (Red+Green+Blue) = 70+150+191=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #4696BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696BF is #B96940. Grayscale: #828282. Windows color (decimal): -12151105 or 12555846. OLE color: 12555846.

HSL color Cylindrical-coordinate representation of color #4696BF: hue angle of 200.33º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4696BF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 150 191 -
CMYK 0.63 0.21 0 0.25
HSL 200.33º 0.49% 0.51% -
HSV(B) 200.33º 0.63% 0.75% -
XYZ 22.84 26.88 53.27 -
YUV 130.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 70 150 191 0.63 0.21 0 0.25 200.33 0.49 0.51
Hex 46 96 BF 3F 15 0 19 C8 31 33
Octal 106 226 277 77 25 0 31 310 61 63
Binary 1000110 10010110 10111111 111111 10101 0 11001 11001000 110001 110011

Color Harmonies of #4696BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696BF

Black with #4696BF

Text Example


Text Example

White with #4696BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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