Html Css Color HEX #449EAE Boston Blue

📋 copy color: '#449EAE'

red 68 ◦ green 158 ◦ blue 174

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

Shades of Boston Blue #449EAE

Tints of Boston Blue #449EAE

RGB

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

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

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

R = 17%
G = 39.5%
B = 43.5%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#449EAE (or 0x449EAE) is known color: Boston Blue. HEX triplet: 44, 9E and AE. RGB value is (68,158,174). Sum of RGB (Red+Green+Blue) = 68+158+174=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #449EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EAE is #BB6151. Grayscale: #848484. Windows color (decimal): -12280146 or 11443780. OLE color: 11443780.

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

Color convert

RGB 68 158 174 -
CMYK 0.61 0.09 0 0.32
HSL 189.06º 0.44% 0.47% -
HSV(B) 189.06º 0.61% 0.68% -
XYZ 22.25 28.74 44.42 -
YUV 132.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 68 158 174 0.61 0.09 0 0.32 189.06 0.44 0.47
Hex 44 9E AE 3D 9 0 20 BD 2C 2F
Octal 104 236 256 75 11 0 40 275 54 57
Binary 1000100 10011110 10101110 111101 1001 0 100000 10111101 101100 101111

Color Harmonies of #449EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EAE

Black with #449EAE

Text Example


Text Example

White with #449EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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