Html Css Color HEX #449FAD Boston Blue

📋 copy color: '#449FAD'

red 68 ◦ green 159 ◦ blue 173

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

Shades of Boston Blue #449FAD

Tints of Boston Blue #449FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 17%
G = 39.75%
B = 43.25%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#449FAD (or 0x449FAD) is known color: Boston Blue. HEX triplet: 44, 9F and AD. RGB value is (68,159,173). Sum of RGB (Red+Green+Blue) = 68+159+173=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #449FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FAD is #BB6052. Grayscale: #858585. Windows color (decimal): -12279891 or 11378500. OLE color: 11378500.

HSL color Cylindrical-coordinate representation of color #449FAD: hue angle of 188º 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 #449FAD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 159 173 -
CMYK 0.61 0.08 0 0.32
HSL 188º 0.44% 0.47% -
HSV(B) 188º 0.61% 0.68% -
XYZ 22.32 29.04 43.96 -
YUV 133.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 68 159 173 0.61 0.08 0 0.32 188 0.44 0.47
Hex 44 9F AD 3D 8 0 20 BC 2C 2F
Octal 104 237 255 75 10 0 40 274 54 57
Binary 1000100 10011111 10101101 111101 1000 0 100000 10111100 101100 101111

Color Harmonies of #449FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FAD

Black with #449FAD

Text Example


Text Example

White with #449FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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