Html Css Color HEX #449EAC Boston Blue

📋 copy color: '#449EAC'

red 68 ◦ green 158 ◦ blue 172

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

Shades of Boston Blue #449EAC

Tints of Boston Blue #449EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 17.09%
G = 39.7%
B = 43.22%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449EAC (or 0x449EAC) is known color: Boston Blue. HEX triplet: 44, 9E and AC. RGB value is (68,158,172). Sum of RGB (Red+Green+Blue) = 68+158+172=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #449EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EAC is #BB6153. Grayscale: #848484. Windows color (decimal): -12280148 or 11312708. OLE color: 11312708.

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

Color convert

RGB 68 158 172 -
CMYK 0.60 0.08 0 0.33
HSL 188.08º 0.43% 0.47% -
HSV(B) 188.08º 0.6% 0.67% -
XYZ 22.06 28.66 43.4 -
YUV 132.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 68 158 172 0.60 0.08 0 0.33 188.08 0.43 0.47
Hex 44 9E AC 3C 8 0 21 BC 2B 2F
Octal 104 236 254 74 10 0 41 274 53 57
Binary 1000100 10011110 10101100 111100 1000 0 100001 10111100 101011 101111

Color Harmonies of #449EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EAC

Black with #449EAC

Text Example


Text Example

White with #449EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,158,172); }

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

background-color css

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

 a { background-color: rgb(68,158,172); }

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

border-color css

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

 span { border-color: rgb(68,158,172); }

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