Html Css Color HEX #449AAC Boston Blue

📋 copy color: '#449AAC'

red 68 ◦ green 154 ◦ blue 172

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

Shades of Boston Blue #449AAC

Tints of Boston Blue #449AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 17.26%
G = 39.09%
B = 43.65%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449AAC (or 0x449AAC) is known color: Boston Blue. HEX triplet: 44, 9A and AC. RGB value is (68,154,172). Sum of RGB (Red+Green+Blue) = 68+154+172=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #449AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AAC is #BB6553. Grayscale: #828282. Windows color (decimal): -12281172 or 11311684. OLE color: 11311684.

HSL color Cylindrical-coordinate representation of color #449AAC: hue angle of 190.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449AAC is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 154 172 -
CMYK 0.60 0.10 0 0.33
HSL 190.38º 0.43% 0.47% -
HSV(B) 190.38º 0.6% 0.67% -
XYZ 21.39 27.32 43.18 -
YUV 130.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 68 154 172 0.60 0.10 0 0.33 190.38 0.43 0.47
Hex 44 9A AC 3C A 0 21 BE 2B 2F
Octal 104 232 254 74 12 0 41 276 53 57
Binary 1000100 10011010 10101100 111100 1010 0 100001 10111110 101011 101111

Color Harmonies of #449AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AAC

Black with #449AAC

Text Example


Text Example

White with #449AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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