Html Css Color HEX #449FB3 Boston Blue

📋 copy color: '#449FB3'

red 68 ◦ green 159 ◦ blue 179

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

Shades of Boston Blue #449FB3

Tints of Boston Blue #449FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 16.75%
G = 39.16%
B = 44.09%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#449FB3 (or 0x449FB3) is known color: Boston Blue. HEX triplet: 44, 9F and B3. RGB value is (68,159,179). Sum of RGB (Red+Green+Blue) = 68+159+179=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #449FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FB3 is #BB604C. Grayscale: #858585. Windows color (decimal): -12279885 or 11771716. OLE color: 11771716.

HSL color Cylindrical-coordinate representation of color #449FB3: hue angle of 190.81º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #449FB3 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 159 179 -
CMYK 0.62 0.11 0 0.30
HSL 190.81º 0.45% 0.48% -
HSV(B) 190.81º 0.62% 0.7% -
XYZ 22.92 29.28 47.09 -
YUV 134.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 68 159 179 0.62 0.11 0 0.30 190.81 0.45 0.48
Hex 44 9F B3 3E B 0 1E BF 2D 30
Octal 104 237 263 76 13 0 36 277 55 60
Binary 1000100 10011111 10110011 111110 1011 0 11110 10111111 101101 110000

Color Harmonies of #449FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FB3

Black with #449FB3

Text Example


Text Example

White with #449FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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