Html Css Color HEX #449BBE Boston Blue

📋 copy color: '#449BBE'

red 68 ◦ green 155 ◦ blue 190

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

Shades of Boston Blue #449BBE

Tints of Boston Blue #449BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 16.46%
G = 37.53%
B = 46%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#449BBE (or 0x449BBE) is known color: Boston Blue. HEX triplet: 44, 9B and BE. RGB value is (68,155,190). Sum of RGB (Red+Green+Blue) = 68+155+190=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #449BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBE is #BB6441. Grayscale: #848484. Windows color (decimal): -12280898 or 12491588. OLE color: 12491588.

HSL color Cylindrical-coordinate representation of color #449BBE: hue angle of 197.21º degrees, saturation: 0.48, 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 #449BBE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 155 190 -
CMYK 0.64 0.18 0 0.25
HSL 197.21º 0.48% 0.51% -
HSV(B) 197.21º 0.64% 0.75% -
XYZ 23.4 28.39 52.96 -
YUV 132.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 68 155 190 0.64 0.18 0 0.25 197.21 0.48 0.51
Hex 44 9B BE 40 12 0 19 C5 30 33
Octal 104 233 276 100 22 0 31 305 60 63
Binary 1000100 10011011 10111110 1000000 10010 0 11001 11000101 110000 110011

Color Harmonies of #449BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BBE

Black with #449BBE

Text Example


Text Example

White with #449BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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