Html Css Color HEX #469AAD Boston Blue

📋 copy color: '#469AAD'

red 70 ◦ green 154 ◦ blue 173

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

Shades of Boston Blue #469AAD

Tints of Boston Blue #469AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 17.63%
G = 38.79%
B = 43.58%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#469AAD (or 0x469AAD) is known color: Boston Blue. HEX triplet: 46, 9A and AD. RGB value is (70,154,173). Sum of RGB (Red+Green+Blue) = 70+154+173=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #469AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AAD is #B96552. Grayscale: #828282. Windows color (decimal): -12150099 or 11377222. OLE color: 11377222.

HSL color Cylindrical-coordinate representation of color #469AAD: hue angle of 191.07º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #469AAD is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 154 173 -
CMYK 0.60 0.11 0 0.32
HSL 191.07º 0.42% 0.48% -
HSV(B) 191.07º 0.6% 0.68% -
XYZ 21.62 27.43 43.69 -
YUV 131.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 70 154 173 0.60 0.11 0 0.32 191.07 0.42 0.48
Hex 46 9A AD 3C B 0 20 BF 2A 30
Octal 106 232 255 74 13 0 40 277 52 60
Binary 1000110 10011010 10101101 111100 1011 0 100000 10111111 101010 110000

Color Harmonies of #469AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469AAD

Black with #469AAD

Text Example


Text Example

White with #469AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,154,173); }

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

background-color css

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

 a { background-color: rgb(70,154,173); }

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

border-color css

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

 span { border-color: rgb(70,154,173); }

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