#4A98AD

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

Shades of Boston Blue #4A98AD

Tints of Boston Blue #4A98AD

Color information

#4A98AD (or 0x4A98AD) is unknown color: approx Boston Blue. HEX triplet: 4A, 98 and AD. RGB value is (74,152,173). Sum of RGB (Red+Green+Blue) = 74+152+173=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A98AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A98AD is #B56752. Grayscale: #828282. Windows color (decimal): -11888467 or 11376714. OLE color: 11376714.

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

Color convert

RGB74152173-
CMYK0.570.1200.32
HSL192.73º40.08%48.43%-
HSV(B)192.73º57.23%67.84%-
XYZ21.626.9343.59-
YUV131.07151.6687.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=18.55%
G=38.10%
B=43.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741521730.570.1200.32192.7340.0848.43
Hex4A98AD39C020c12830
Octal11223025571140403015060
Binary100101010011000101011011110011100010000011000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,173); }

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

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

 a { background-color: rgb(74,152,173); }

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

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

 span { border-color: rgb(74,152,173); }

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