Html Css Color HEX #4694BB Boston Blue

📋 copy color: '#4694BB'

red 70 ◦ green 148 ◦ blue 187

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

Shades of Boston Blue #4694BB

Tints of Boston Blue #4694BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 17.28%
G = 36.54%
B = 46.17%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4694BB (or 0x4694BB) is known color: Boston Blue. HEX triplet: 46, 94 and BB. RGB value is (70,148,187). Sum of RGB (Red+Green+Blue) = 70+148+187=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4694BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694BB is #B96B44. Grayscale: #808080. Windows color (decimal): -12151621 or 12293190. OLE color: 12293190.

HSL color Cylindrical-coordinate representation of color #4694BB: hue angle of 200º 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 #4694BB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 148 187 -
CMYK 0.63 0.21 0 0.27
HSL 200º 0.46% 0.5% -
HSV(B) 200º 0.63% 0.73% -
XYZ 22.09 26.07 50.88 -
YUV 129.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 70 148 187 0.63 0.21 0 0.27 200 0.46 0.5
Hex 46 94 BB 3F 15 0 1B C8 2E 32
Octal 106 224 273 77 25 0 33 310 56 62
Binary 1000110 10010100 10111011 111111 10101 0 11011 11001000 101110 110010

Color Harmonies of #4694BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4694BB

Black with #4694BB

Text Example


Text Example

White with #4694BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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