Html Css Color HEX #449FAB Boston Blue

📋 copy color: '#449FAB'

red 68 ◦ green 159 ◦ blue 171

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

Shades of Boston Blue #449FAB

Tints of Boston Blue #449FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 17.09%
G = 39.95%
B = 42.96%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449FAB (or 0x449FAB) is known color: Boston Blue. HEX triplet: 44, 9F and AB. RGB value is (68,159,171). Sum of RGB (Red+Green+Blue) = 68+159+171=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #449FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FAB is #BB6054. Grayscale: #858585. Windows color (decimal): -12279893 or 11247428. OLE color: 11247428.

HSL color Cylindrical-coordinate representation of color #449FAB: hue angle of 186.99º 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 #449FAB is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 159 171 -
CMYK 0.60 0.07 0 0.33
HSL 186.99º 0.43% 0.47% -
HSV(B) 186.99º 0.6% 0.67% -
XYZ 22.13 28.97 42.95 -
YUV 133.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 68 159 171 0.60 0.07 0 0.33 186.99 0.43 0.47
Hex 44 9F AB 3C 7 0 21 BB 2B 2F
Octal 104 237 253 74 7 0 41 273 53 57
Binary 1000100 10011111 10101011 111100 111 0 100001 10111011 101011 101111

Color Harmonies of #449FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FAB

Black with #449FAB

Text Example


Text Example

White with #449FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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