#4A96AE

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

Shades of Boston Blue #4A96AE

Tints of Boston Blue #4A96AE

Color information

#4A96AE (or 0x4A96AE) is unknown color: approx Boston Blue. HEX triplet: 4A, 96 and AE. RGB value is (74,150,174). Sum of RGB (Red+Green+Blue) = 74+150+174=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A96AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A96AE is #B56951. Grayscale: #818181. Windows color (decimal): -11888978 or 11441738. OLE color: 11441738.

HSL color Cylindrical-coordinate representation of color #4A96AE: hue angle of 194.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A96AE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74150174-
CMYK0.570.1400.32
HSL194.4º40.32%48.63%-
HSV(B)194.4º57.47%68.24%-
XYZ21.3726.3244-
YUV130.01152.8288.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=18.59%
G=37.69%
B=43.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741501740.570.1400.32194.440.3248.63
Hex4A96AE39E020c22831
Octal11222625671160403025061
Binary100101010010110101011101110011110010000011000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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