Html Css Color HEX #469ABA Boston Blue

📋 copy color: '#469ABA'

red 70 ◦ green 154 ◦ blue 186

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

Shades of Boston Blue #469ABA

Tints of Boston Blue #469ABA

RGB

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

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

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

R = 17.07%
G = 37.56%
B = 45.37%

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

#469ABA (or 0x469ABA) is known color: Boston Blue. HEX triplet: 46, 9A and BA. RGB value is (70,154,186). Sum of RGB (Red+Green+Blue) = 70+154+186=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #469ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ABA is #B96545. Grayscale: #848484. Windows color (decimal): -12150086 or 12229190. OLE color: 12229190.

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

Color convert

RGB 70 154 186 -
CMYK 0.62 0.17 0 0.27
HSL 196.55º 0.46% 0.5% -
HSV(B) 196.55º 0.62% 0.73% -
XYZ 22.94 27.96 50.64 -
YUV 132.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 70 154 186 0.62 0.17 0 0.27 196.55 0.46 0.5
Hex 46 9A BA 3E 11 0 1B C5 2E 32
Octal 106 232 272 76 21 0 33 305 56 62
Binary 1000110 10011010 10111010 111110 10001 0 11011 11000101 101110 110010

Color Harmonies of #469ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469ABA

Black with #469ABA

Text Example


Text Example

White with #469ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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