#4A97BE

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

Shades of Boston Blue #4A97BE

Tints of Boston Blue #4A97BE

Color information

#4A97BE (or 0x4A97BE) is unknown color: approx Boston Blue. HEX triplet: 4A, 97 and BE. RGB value is (74,151,190). Sum of RGB (Red+Green+Blue) = 74+151+190=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A97BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A97BE is #B56841. Grayscale: #848484. Windows color (decimal): -11888706 or 12490570. OLE color: 12490570.

HSL color Cylindrical-coordinate representation of color #4A97BE: hue angle of 200.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A97BE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74151190-
CMYK0.610.2100.25
HSL200.17º47.15%51.76%-
HSV(B)200.17º61.05%74.51%-
XYZ23.1827.3152.76-
YUV132.42160.4986.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=17.83%
G=36.39%
B=45.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741511900.610.2100.25200.1747.1551.76
Hex4A97BE3D15019c82f34
Octal11222727675250313105764
Binary100101010010111101111101111011010101100111001000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,151,190); }

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

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

 a { background-color: rgb(74,151,190); }

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

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

 span { border-color: rgb(74,151,190); }

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