Html Css Color HEX #449ABE Boston Blue

📋 copy color: '#449ABE'

red 68 ◦ green 154 ◦ blue 190

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

Shades of Boston Blue #449ABE

Tints of Boston Blue #449ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 16.5%
G = 37.38%
B = 46.12%

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

#449ABE (or 0x449ABE) is known color: Boston Blue. HEX triplet: 44, 9A and BE. RGB value is (68,154,190). Sum of RGB (Red+Green+Blue) = 68+154+190=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #449ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABE is #BB6541. Grayscale: #848484. Windows color (decimal): -12281154 or 12491332. OLE color: 12491332.

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

Color convert

RGB 68 154 190 -
CMYK 0.64 0.19 0 0.25
HSL 197.7º 0.48% 0.51% -
HSV(B) 197.7º 0.64% 0.75% -
XYZ 23.23 28.06 52.91 -
YUV 132.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 68 154 190 0.64 0.19 0 0.25 197.7 0.48 0.51
Hex 44 9A BE 40 13 0 19 C6 30 33
Octal 104 232 276 100 23 0 31 306 60 63
Binary 1000100 10011010 10111110 1000000 10011 0 11001 11000110 110000 110011

Color Harmonies of #449ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ABE

Black with #449ABE

Text Example


Text Example

White with #449ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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