#4A95AE

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

Shades of Boston Blue #4A95AE

Tints of Boston Blue #4A95AE

Color information

#4A95AE (or 0x4A95AE) is unknown color: approx Boston Blue. HEX triplet: 4A, 95 and AE. RGB value is (74,149,174). Sum of RGB (Red+Green+Blue) = 74+149+174=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A95AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A95AE is #B56A51. Grayscale: #818181. Windows color (decimal): -11889234 or 11441482. OLE color: 11441482.

HSL color Cylindrical-coordinate representation of color #4A95AE: hue angle of 195º 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 #4A95AE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74149174-
CMYK0.570.1400.32
HSL195º40.32%48.63%-
HSV(B)195º57.47%68.24%-
XYZ21.2126.0143.95-
YUV129.43153.1588.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.64%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=18.64%
G=37.53%
B=43.83%

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
Decimal741491740.570.1400.3219540.3248.63
Hex4A95AE39E020c32831
Octal11222525671160403035061
Binary100101010010101101011101110011110010000011000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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