Html Css Color HEX #4695BA Boston Blue

📋 copy color: '#4695BA'

red 70 ◦ green 149 ◦ blue 186

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

Shades of Boston Blue #4695BA

Tints of Boston Blue #4695BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 17.28%
G = 36.79%
B = 45.93%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4695BA (or 0x4695BA) is known color: Boston Blue. HEX triplet: 46, 95 and BA. RGB value is (70,149,186). Sum of RGB (Red+Green+Blue) = 70+149+186=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4695BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695BA is #B96A45. Grayscale: #818181. Windows color (decimal): -12151366 or 12227910. OLE color: 12227910.

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

Color convert

RGB 70 149 186 -
CMYK 0.62 0.20 0 0.27
HSL 199.14º 0.46% 0.5% -
HSV(B) 199.14º 0.62% 0.73% -
XYZ 22.14 26.34 50.37 -
YUV 129.6 159.83 85.49 -
System Red Green Blue C M Y K H S L
Decimal 70 149 186 0.62 0.20 0 0.27 199.14 0.46 0.5
Hex 46 95 BA 3E 14 0 1B C7 2E 32
Octal 106 225 272 76 24 0 33 307 56 62
Binary 1000110 10010101 10111010 111110 10100 0 11011 11000111 101110 110010

Color Harmonies of #4695BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4695BA

Black with #4695BA

Text Example


Text Example

White with #4695BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4695BA; }

 p { color: rgb(70,149,186); }

 H1.HeaderClassName
 {
   color: #4695BA;
 }
 .AnyTagClassName
 {
   color: #4695BA;
 }
</style>

background-color css

<style>
 a { background-color: #4695BA; }

 a { background-color: rgb(70,149,186); }

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

border-color css

<style>
 span { border-color: #4695BA; }

 span { border-color: rgb(70,149,186); }

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