Html Css Color HEX #449BC1 Boston Blue

📋 copy color: '#449BC1'

red 68 ◦ green 155 ◦ blue 193

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

Shades of Boston Blue #449BC1

Tints of Boston Blue #449BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 16.35%
G = 37.26%
B = 46.39%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#449BC1 (or 0x449BC1) is known color: Boston Blue. HEX triplet: 44, 9B and C1. RGB value is (68,155,193). Sum of RGB (Red+Green+Blue) = 68+155+193=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #449BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BC1 is #BB643E. Grayscale: #858585. Windows color (decimal): -12280895 or 12688196. OLE color: 12688196.

HSL color Cylindrical-coordinate representation of color #449BC1: hue angle of 198.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449BC1 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 155 193 -
CMYK 0.65 0.20 0 0.24
HSL 198.24º 0.5% 0.51% -
HSV(B) 198.24º 0.65% 0.76% -
XYZ 23.73 28.52 54.71 -
YUV 133.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 68 155 193 0.65 0.20 0 0.24 198.24 0.5 0.51
Hex 44 9B C1 41 14 0 18 C6 32 33
Octal 104 233 301 101 24 0 30 306 62 63
Binary 1000100 10011011 11000001 1000001 10100 0 11000 11000110 110010 110011

Color Harmonies of #449BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BC1

Black with #449BC1

Text Example


Text Example

White with #449BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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