Html Css Color HEX #449AAF Boston Blue

📋 copy color: '#449AAF'

red 68 ◦ green 154 ◦ blue 175

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

Shades of Boston Blue #449AAF

Tints of Boston Blue #449AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 17.13%
G = 38.79%
B = 44.08%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#449AAF (or 0x449AAF) is known color: Boston Blue. HEX triplet: 44, 9A and AF. RGB value is (68,154,175). Sum of RGB (Red+Green+Blue) = 68+154+175=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #449AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AAF is #BB6550. Grayscale: #828282. Windows color (decimal): -12281169 or 11508292. OLE color: 11508292.

HSL color Cylindrical-coordinate representation of color #449AAF: hue angle of 191.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449AAF is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 154 175 -
CMYK 0.61 0.12 0 0.31
HSL 191.78º 0.44% 0.48% -
HSV(B) 191.78º 0.61% 0.69% -
XYZ 21.68 27.44 44.71 -
YUV 130.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 68 154 175 0.61 0.12 0 0.31 191.78 0.44 0.48
Hex 44 9A AF 3D C 0 1F C0 2C 30
Octal 104 232 257 75 14 0 37 300 54 60
Binary 1000100 10011010 10101111 111101 1100 0 11111 11000000 101100 110000

Color Harmonies of #449AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AAF

Black with #449AAF

Text Example


Text Example

White with #449AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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