Html Css Color HEX #449CAA Boston Blue

📋 copy color: '#449CAA'

red 68 ◦ green 156 ◦ blue 170

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

Shades of Boston Blue #449CAA

Tints of Boston Blue #449CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 17.26%
G = 39.59%
B = 43.15%

CMYK

 C value IS 0.6

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449CAA (or 0x449CAA) is known color: Boston Blue. HEX triplet: 44, 9C and AA. RGB value is (68,156,170). Sum of RGB (Red+Green+Blue) = 68+156+170=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #449CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449CAA is #BB6355. Grayscale: #838383. Windows color (decimal): -12280662 or 11181124. OLE color: 11181124.

HSL color Cylindrical-coordinate representation of color #449CAA: hue angle of 188.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449CAA is Cyan = 0.6, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 156 170 -
CMYK 0.6 0.08 0 0.33
HSL 188.24º 0.43% 0.47% -
HSV(B) 188.24º 0.6% 0.67% -
XYZ 21.53 27.91 42.28 -
YUV 131.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 68 156 170 0.6 0.08 0 0.33 188.24 0.43 0.47
Hex 44 9C AA 3C 8 0 21 BC 2B 2F
Octal 104 234 252 74 10 0 41 274 53 57
Binary 1000100 10011100 10101010 111100 1000 0 100001 10111100 101011 101111

Color Harmonies of #449CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CAA

Black with #449CAA

Text Example


Text Example

White with #449CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,170); }

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

background-color css

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

 a { background-color: rgb(68,156,170); }

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

border-color css

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

 span { border-color: rgb(68,156,170); }

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