Html Css Color HEX #449ABF Boston Blue

📋 copy color: '#449ABF'

red 68 ◦ green 154 ◦ blue 191

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

Shades of Boston Blue #449ABF

Tints of Boston Blue #449ABF

RGB

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

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

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

R = 16.46%
G = 37.29%
B = 46.25%

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

#449ABF (or 0x449ABF) is known color: Boston Blue. HEX triplet: 44, 9A and BF. RGB value is (68,154,191). Sum of RGB (Red+Green+Blue) = 68+154+191=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #449ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABF is #BB6540. Grayscale: #848484. Windows color (decimal): -12281153 or 12556868. OLE color: 12556868.

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

Color convert

RGB 68 154 191 -
CMYK 0.64 0.19 0 0.25
HSL 198.05º 0.49% 0.51% -
HSV(B) 198.05º 0.64% 0.75% -
XYZ 23.34 28.1 53.48 -
YUV 132.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 68 154 191 0.64 0.19 0 0.25 198.05 0.49 0.51
Hex 44 9A BF 40 13 0 19 C6 31 33
Octal 104 232 277 100 23 0 31 306 61 63
Binary 1000100 10011010 10111111 1000000 10011 0 11001 11000110 110001 110011

Color Harmonies of #449ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449ABF

Black with #449ABF

Text Example


Text Example

White with #449ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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