Html Css Color HEX #4696BD Boston Blue

📋 copy color: '#4696BD'

red 70 ◦ green 150 ◦ blue 189

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

Shades of Boston Blue #4696BD

Tints of Boston Blue #4696BD

RGB

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

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

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

R = 17.11%
G = 36.67%
B = 46.21%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4696BD (or 0x4696BD) is known color: Boston Blue. HEX triplet: 46, 96 and BD. RGB value is (70,150,189). Sum of RGB (Red+Green+Blue) = 70+150+189=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #4696BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696BD is #B96942. Grayscale: #828282. Windows color (decimal): -12151107 or 12424774. OLE color: 12424774.

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

Color convert

RGB 70 150 189 -
CMYK 0.63 0.21 0 0.26
HSL 199.66º 0.47% 0.51% -
HSV(B) 199.66º 0.63% 0.74% -
XYZ 22.62 26.79 52.12 -
YUV 130.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 70 150 189 0.63 0.21 0 0.26 199.66 0.47 0.51
Hex 46 96 BD 3F 15 0 1A C8 2F 33
Octal 106 226 275 77 25 0 32 310 57 63
Binary 1000110 10010110 10111101 111111 10101 0 11010 11001000 101111 110011

Color Harmonies of #4696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4696BD

Black with #4696BD

Text Example


Text Example

White with #4696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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