Html Css Color HEX #449ABA Boston Blue

📋 copy color: '#449ABA'

red 68 ◦ green 154 ◦ blue 186

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

Shades of Boston Blue #449ABA

Tints of Boston Blue #449ABA

RGB

 RED value IS 68 (26.95% from 255) = 16.67%

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

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

R = 16.67%
G = 37.75%
B = 45.59%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#449ABA (or 0x449ABA) is known color: Boston Blue. HEX triplet: 44, 9A and BA. RGB value is (68,154,186). Sum of RGB (Red+Green+Blue) = 68+154+186=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #449ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABA is #BB6545. Grayscale: #838383. Windows color (decimal): -12281158 or 12229188. OLE color: 12229188.

HSL color Cylindrical-coordinate representation of color #449ABA: hue angle of 196.27º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449ABA is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 154 186 -
CMYK 0.63 0.17 0 0.27
HSL 196.27º 0.46% 0.5% -
HSV(B) 196.27º 0.63% 0.73% -
XYZ 22.8 27.89 50.63 -
YUV 131.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 68 154 186 0.63 0.17 0 0.27 196.27 0.46 0.5
Hex 44 9A BA 3F 11 0 1B C4 2E 32
Octal 104 232 272 77 21 0 33 304 56 62
Binary 1000100 10011010 10111010 111111 10001 0 11011 11000100 101110 110010

Color Harmonies of #449ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ABA

Black with #449ABA

Text Example


Text Example

White with #449ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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