Html Css Color HEX #4499AB Boston Blue

📋 copy color: '#4499AB'

red 68 ◦ green 153 ◦ blue 171

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

Shades of Boston Blue #4499AB

Tints of Boston Blue #4499AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 17.35%
G = 39.03%
B = 43.62%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4499AB (or 0x4499AB) is known color: Boston Blue. HEX triplet: 44, 99 and AB. RGB value is (68,153,171). Sum of RGB (Red+Green+Blue) = 68+153+171=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #4499AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4499AB is #BB6654. Grayscale: #818181. Windows color (decimal): -12281429 or 11245892. OLE color: 11245892.

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

Color convert

RGB 68 153 171 -
CMYK 0.60 0.11 0 0.33
HSL 190.49º 0.43% 0.47% -
HSV(B) 190.49º 0.6% 0.67% -
XYZ 21.13 26.95 42.62 -
YUV 129.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 68 153 171 0.60 0.11 0 0.33 190.49 0.43 0.47
Hex 44 99 AB 3C B 0 21 BE 2B 2F
Octal 104 231 253 74 13 0 41 276 53 57
Binary 1000100 10011001 10101011 111100 1011 0 100001 10111110 101011 101111

Color Harmonies of #4499AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4499AB

Black with #4499AB

Text Example


Text Example

White with #4499AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4499AB; }

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

 H1.HeaderClassName
 {
   color: #4499AB;
 }
 .AnyTagClassName
 {
   color: #4499AB;
 }
</style>

background-color css

<style>
 a { background-color: #4499AB; }

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

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

border-color css

<style>
 span { border-color: #4499AB; }

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

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