Html Css Color HEX #449BB9 Boston Blue

📋 copy color: '#449BB9'

red 68 ◦ green 155 ◦ blue 185

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

Shades of Boston Blue #449BB9

Tints of Boston Blue #449BB9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 16.67%
G = 37.99%
B = 45.34%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#449BB9 (or 0x449BB9) is known color: Boston Blue. HEX triplet: 44, 9B and B9. RGB value is (68,155,185). Sum of RGB (Red+Green+Blue) = 68+155+185=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #449BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BB9 is #BB6446. Grayscale: #848484. Windows color (decimal): -12280903 or 12163908. OLE color: 12163908.

HSL color Cylindrical-coordinate representation of color #449BB9: hue angle of 195.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449BB9 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 155 185 -
CMYK 0.63 0.16 0 0.27
HSL 195.38º 0.46% 0.5% -
HSV(B) 195.38º 0.63% 0.73% -
XYZ 22.86 28.17 50.13 -
YUV 132.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 68 155 185 0.63 0.16 0 0.27 195.38 0.46 0.5
Hex 44 9B B9 3F 10 0 1B C3 2E 32
Octal 104 233 271 77 20 0 33 303 56 62
Binary 1000100 10011011 10111001 111111 10000 0 11011 11000011 101110 110010

Color Harmonies of #449BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BB9

Black with #449BB9

Text Example


Text Example

White with #449BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,185); }

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

background-color css

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

 a { background-color: rgb(68,155,185); }

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

border-color css

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

 span { border-color: rgb(68,155,185); }

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