Html Css Color HEX #449AAE Boston Blue

📋 copy color: '#449AAE'

red 68 ◦ green 154 ◦ blue 174

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

Shades of Boston Blue #449AAE

Tints of Boston Blue #449AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 17.17%
G = 38.89%
B = 43.94%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#449AAE (or 0x449AAE) is known color: Boston Blue. HEX triplet: 44, 9A and AE. RGB value is (68,154,174). Sum of RGB (Red+Green+Blue) = 68+154+174=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #449AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AAE is #BB6551. Grayscale: #828282. Windows color (decimal): -12281170 or 11442756. OLE color: 11442756.

HSL color Cylindrical-coordinate representation of color #449AAE: hue angle of 191.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449AAE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 154 174 -
CMYK 0.61 0.11 0 0.32
HSL 191.32º 0.44% 0.47% -
HSV(B) 191.32º 0.61% 0.68% -
XYZ 21.58 27.4 44.2 -
YUV 130.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 68 154 174 0.61 0.11 0 0.32 191.32 0.44 0.47
Hex 44 9A AE 3D B 0 20 BF 2C 2F
Octal 104 232 256 75 13 0 40 277 54 57
Binary 1000100 10011010 10101110 111101 1011 0 100000 10111111 101100 101111

Color Harmonies of #449AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AAE

Black with #449AAE

Text Example


Text Example

White with #449AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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