#4A93A4

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

Shades of Boston Blue #4A93A4

Tints of Boston Blue #4A93A4

Color information

#4A93A4 (or 0x4A93A4) is unknown color: approx Boston Blue. HEX triplet: 4A, 93 and A4. RGB value is (74,147,164). Sum of RGB (Red+Green+Blue) = 74+147+164=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A93A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A93A4 is #B56C5B. Grayscale: #7E7E7E. Windows color (decimal): -11889756 or 10785610. OLE color: 10785610.

HSL color Cylindrical-coordinate representation of color #4A93A4: hue angle of 191.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A93A4 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB74147164-
CMYK0.550.1000.36
HSL191.33º37.82%46.67%-
HSV(B)191.33º54.88%64.31%-
XYZ19.962538.9-
YUV127.11148.8290.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=19.22%
G=38.18%
B=42.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741471640.550.1000.36191.3337.8246.67
Hex4A93A437A024bf262f
Octal11222324467120442774657
Binary100101010010011101001001101111010010010010111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,147,164); }

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

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

 a { background-color: rgb(74,147,164); }

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

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

 span { border-color: rgb(74,147,164); }

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