#4A96AA

Color #4A96AA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4A96AA

Tints of Boston Blue #4A96AA

Color information

#4A96AA (or 0x4A96AA) is unknown color: approx Boston Blue. HEX triplet: 4A, 96 and AA. RGB value is (74,150,170). Sum of RGB (Red+Green+Blue) = 74+150+170=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 150 (58.98% from 255 or 38.07% 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 #4A96AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A96AA is #B56955. Grayscale: #818181. Windows color (decimal): -11888982 or 11179594. OLE color: 11179594.

HSL color Cylindrical-coordinate representation of color #4A96AA: hue angle of 192.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A96AA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74150170-
CMYK0.560.1200.33
HSL192.5º39.34%47.84%-
HSV(B)192.5º56.47%66.67%-
XYZ20.9926.1741.98-
YUV129.56150.8288.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.78%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=18.78%
G=38.07%
B=43.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741501700.560.1200.33192.539.3447.84
Hex4A96AA38C021c02730
Octal11222625270140413004760
Binary100101010010110101010101110001100010000111000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A96AA; }

 p { color: rgb(74,150,170); }

 H1.HeaderClassName
 {
   color: #4A96AA;
 }
 .AnyTagClassName
 {
   color: #4A96AA;
 }
</style>
background-color css

<style>
 a { background-color: #4A96AA; }

 a { background-color: rgb(74,150,170); }

 div.DivClassName
 {
   background-color: #4A96AA;
 }
 .BgClassName
 {
   background-color: #4A96AA;
 }
</style>
border-color css

<style>
 span { border-color: #4A96AA; }

 span { border-color: rgb(74,150,170); }

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