Html Css Color HEX #449DAD Boston Blue

📋 copy color: '#449DAD'

red 68 ◦ green 157 ◦ blue 173

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

Shades of Boston Blue #449DAD

Tints of Boston Blue #449DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 17.09%
G = 39.45%
B = 43.47%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#449DAD (or 0x449DAD) is known color: Boston Blue. HEX triplet: 44, 9D and AD. RGB value is (68,157,173). Sum of RGB (Red+Green+Blue) = 68+157+173=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #449DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449DAD is #BB6252. Grayscale: #848484. Windows color (decimal): -12280403 or 11377988. OLE color: 11377988.

HSL color Cylindrical-coordinate representation of color #449DAD: hue angle of 189.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449DAD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 157 173 -
CMYK 0.61 0.09 0 0.32
HSL 189.14º 0.44% 0.47% -
HSV(B) 189.14º 0.61% 0.68% -
XYZ 21.98 28.36 43.85 -
YUV 132.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 68 157 173 0.61 0.09 0 0.32 189.14 0.44 0.47
Hex 44 9D AD 3D 9 0 20 BD 2C 2F
Octal 104 235 255 75 11 0 40 275 54 57
Binary 1000100 10011101 10101101 111101 1001 0 100000 10111101 101100 101111

Color Harmonies of #449DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DAD

Black with #449DAD

Text Example


Text Example

White with #449DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,157,173); }

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

background-color css

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

 a { background-color: rgb(68,157,173); }

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

border-color css

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

 span { border-color: rgb(68,157,173); }

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