Html Css Color HEX #449AC1 Boston Blue

📋 copy color: '#449AC1'

red 68 ◦ green 154 ◦ blue 193

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

Shades of Boston Blue #449AC1

Tints of Boston Blue #449AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 16.39%
G = 37.11%
B = 46.51%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#449AC1 (or 0x449AC1) is known color: Boston Blue. HEX triplet: 44, 9A and C1. RGB value is (68,154,193). Sum of RGB (Red+Green+Blue) = 68+154+193=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #449AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AC1 is #BB653E. Grayscale: #848484. Windows color (decimal): -12281151 or 12687940. OLE color: 12687940.

HSL color Cylindrical-coordinate representation of color #449AC1: hue angle of 198.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449AC1 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 154 193 -
CMYK 0.65 0.20 0 0.24
HSL 198.72º 0.5% 0.51% -
HSV(B) 198.72º 0.65% 0.76% -
XYZ 23.57 28.19 54.65 -
YUV 132.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 68 154 193 0.65 0.20 0 0.24 198.72 0.5 0.51
Hex 44 9A C1 41 14 0 18 C7 32 33
Octal 104 232 301 101 24 0 30 307 62 63
Binary 1000100 10011010 11000001 1000001 10100 0 11000 11000111 110010 110011

Color Harmonies of #449AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AC1

Black with #449AC1

Text Example


Text Example

White with #449AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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