Html Css Color HEX #469BBA Boston Blue

📋 copy color: '#469BBA'

red 70 ◦ green 155 ◦ blue 186

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

Shades of Boston Blue #469BBA

Tints of Boston Blue #469BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

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

R = 17.03%
G = 37.71%
B = 45.26%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#469BBA (or 0x469BBA) is known color: Boston Blue. HEX triplet: 46, 9B and BA. RGB value is (70,155,186). Sum of RGB (Red+Green+Blue) = 70+155+186=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #469BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BBA is #B96445. Grayscale: #848484. Windows color (decimal): -12149830 or 12229446. OLE color: 12229446.

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

Color convert

RGB 70 155 186 -
CMYK 0.62 0.17 0 0.27
HSL 196.03º 0.46% 0.5% -
HSV(B) 196.03º 0.62% 0.73% -
XYZ 23.11 28.29 50.7 -
YUV 133.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 70 155 186 0.62 0.17 0 0.27 196.03 0.46 0.5
Hex 46 9B BA 3E 11 0 1B C4 2E 32
Octal 106 233 272 76 21 0 33 304 56 62
Binary 1000110 10011011 10111010 111110 10001 0 11011 11000100 101110 110010

Color Harmonies of #469BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BBA

Black with #469BBA

Text Example


Text Example

White with #469BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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