Html Css Color HEX #449EBA Boston Blue

📋 copy color: '#449EBA'

red 68 ◦ green 158 ◦ blue 186

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

Shades of Boston Blue #449EBA

Tints of Boston Blue #449EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 16.5%
G = 38.35%
B = 45.15%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#449EBA (or 0x449EBA) is known color: Boston Blue. HEX triplet: 44, 9E and BA. RGB value is (68,158,186). Sum of RGB (Red+Green+Blue) = 68+158+186=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #449EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBA is #BB6145. Grayscale: #868686. Windows color (decimal): -12280134 or 12230212. OLE color: 12230212.

HSL color Cylindrical-coordinate representation of color #449EBA: hue angle of 194.24º 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 #449EBA is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 158 186 -
CMYK 0.63 0.15 0 0.27
HSL 194.24º 0.46% 0.5% -
HSV(B) 194.24º 0.63% 0.73% -
XYZ 23.47 29.23 50.86 -
YUV 134.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 68 158 186 0.63 0.15 0 0.27 194.24 0.46 0.5
Hex 44 9E BA 3F F 0 1B C2 2E 32
Octal 104 236 272 77 17 0 33 302 56 62
Binary 1000100 10011110 10111010 111111 1111 0 11011 11000010 101110 110010

Color Harmonies of #449EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EBA

Black with #449EBA

Text Example


Text Example

White with #449EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,158,186); }

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

background-color css

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

 a { background-color: rgb(68,158,186); }

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

border-color css

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

 span { border-color: rgb(68,158,186); }

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