Html Css Color HEX #469FBA Boston Blue

📋 copy color: '#469FBA'

red 70 ◦ green 159 ◦ blue 186

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

Shades of Boston Blue #469FBA

Tints of Boston Blue #469FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

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

R = 16.87%
G = 38.31%
B = 44.82%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469FBA (or 0x469FBA) is known color: Boston Blue. HEX triplet: 46, 9F and BA. RGB value is (70,159,186). Sum of RGB (Red+Green+Blue) = 70+159+186=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #469FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FBA is #B96045. Grayscale: #878787. Windows color (decimal): -12148806 or 12230470. OLE color: 12230470.

HSL color Cylindrical-coordinate representation of color #469FBA: hue angle of 193.97º 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 #469FBA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 159 186 -
CMYK 0.62 0.15 0 0.27
HSL 193.97º 0.46% 0.5% -
HSV(B) 193.97º 0.62% 0.73% -
XYZ 23.79 29.64 50.92 -
YUV 135.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 70 159 186 0.62 0.15 0 0.27 193.97 0.46 0.5
Hex 46 9F BA 3E F 0 1B C2 2E 32
Octal 106 237 272 76 17 0 33 302 56 62
Binary 1000110 10011111 10111010 111110 1111 0 11011 11000010 101110 110010

Color Harmonies of #469FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FBA

Black with #469FBA

Text Example


Text Example

White with #469FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469FBA; }

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

 H1.HeaderClassName
 {
   color: #469FBA;
 }
 .AnyTagClassName
 {
   color: #469FBA;
 }
</style>

background-color css

<style>
 a { background-color: #469FBA; }

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

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

border-color css

<style>
 span { border-color: #469FBA; }

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

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