Html Css Color HEX #449BBF Boston Blue

📋 copy color: '#449BBF'

red 68 ◦ green 155 ◦ blue 191

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

Shades of Boston Blue #449BBF

Tints of Boston Blue #449BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 16.43%
G = 37.44%
B = 46.14%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#449BBF (or 0x449BBF) is known color: Boston Blue. HEX triplet: 44, 9B and BF. RGB value is (68,155,191). Sum of RGB (Red+Green+Blue) = 68+155+191=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #449BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBF is #BB6440. Grayscale: #848484. Windows color (decimal): -12280897 or 12557124. OLE color: 12557124.

HSL color Cylindrical-coordinate representation of color #449BBF: hue angle of 197.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449BBF is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 155 191 -
CMYK 0.64 0.19 0 0.25
HSL 197.56º 0.49% 0.51% -
HSV(B) 197.56º 0.64% 0.75% -
XYZ 23.51 28.43 53.54 -
YUV 133.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 68 155 191 0.64 0.19 0 0.25 197.56 0.49 0.51
Hex 44 9B BF 40 13 0 19 C6 31 33
Octal 104 233 277 100 23 0 31 306 61 63
Binary 1000100 10011011 10111111 1000000 10011 0 11001 11000110 110001 110011

Color Harmonies of #449BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BBF

Black with #449BBF

Text Example


Text Example

White with #449BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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