Html Css Color HEX #4698BD Boston Blue

📋 copy color: '#4698BD'

red 70 ◦ green 152 ◦ blue 189

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

Shades of Boston Blue #4698BD

Tints of Boston Blue #4698BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 17.03%
G = 36.98%
B = 45.99%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4698BD (or 0x4698BD) is known color: Boston Blue. HEX triplet: 46, 98 and BD. RGB value is (70,152,189). Sum of RGB (Red+Green+Blue) = 70+152+189=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #4698BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698BD is #B96742. Grayscale: #838383. Windows color (decimal): -12150595 or 12425286. OLE color: 12425286.

HSL color Cylindrical-coordinate representation of color #4698BD: hue angle of 198.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 #4698BD is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 152 189 -
CMYK 0.63 0.20 0 0.26
HSL 198.66º 0.47% 0.51% -
HSV(B) 198.66º 0.63% 0.74% -
XYZ 22.94 27.43 52.23 -
YUV 131.7 160.33 83.99 -
System Red Green Blue C M Y K H S L
Decimal 70 152 189 0.63 0.20 0 0.26 198.66 0.47 0.51
Hex 46 98 BD 3F 14 0 1A C7 2F 33
Octal 106 230 275 77 24 0 32 307 57 63
Binary 1000110 10011000 10111101 111111 10100 0 11010 11000111 101111 110011

Color Harmonies of #4698BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4698BD

Black with #4698BD

Text Example


Text Example

White with #4698BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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