Html Css Color HEX #449CAB Boston Blue

📋 copy color: '#449CAB'

red 68 ◦ green 156 ◦ blue 171

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

Shades of Boston Blue #449CAB

Tints of Boston Blue #449CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 17.22%
G = 39.49%
B = 43.29%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449CAB (or 0x449CAB) is known color: Boston Blue. HEX triplet: 44, 9C and AB. RGB value is (68,156,171). Sum of RGB (Red+Green+Blue) = 68+156+171=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #449CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449CAB is #BB6354. Grayscale: #838383. Windows color (decimal): -12280661 or 11246660. OLE color: 11246660.

HSL color Cylindrical-coordinate representation of color #449CAB: hue angle of 188.74º 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 #449CAB is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 156 171 -
CMYK 0.60 0.09 0 0.33
HSL 188.74º 0.43% 0.47% -
HSV(B) 188.74º 0.6% 0.67% -
XYZ 21.62 27.95 42.78 -
YUV 131.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 68 156 171 0.60 0.09 0 0.33 188.74 0.43 0.47
Hex 44 9C AB 3C 9 0 21 BD 2B 2F
Octal 104 234 253 74 11 0 41 275 53 57
Binary 1000100 10011100 10101011 111100 1001 0 100001 10111101 101011 101111

Color Harmonies of #449CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CAB

Black with #449CAB

Text Example


Text Example

White with #449CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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