#4197BE

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

Shades of Boston Blue #4197BE

Tints of Boston Blue #4197BE

Color information

#4197BE (or 0x4197BE) is unknown color: approx Boston Blue. HEX triplet: 41, 97 and BE. RGB value is (65,151,190). Sum of RGB (Red+Green+Blue) = 65+151+190=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #4197BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197BE is #BE6841. Grayscale: #818181. Windows color (decimal): -12478530 or 12490561. OLE color: 12490561.

HSL color Cylindrical-coordinate representation of color #4197BE: hue angle of 198.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4197BE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65151190-
CMYK0.660.2100.25
HSL198.72º49.02%50%-
HSV(B)198.72º65.79%74.51%-
XYZ22.5426.9752.73-
YUV129.73162.0181.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=16.01%
G=37.19%
B=46.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651511900.660.2100.25198.7249.0250
Hex4197BE4215019c73132
Octal101227276102250313076162
Binary1000001100101111011111010000101010101100111000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4197BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4197BE; }

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

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

<style>
 a { background-color: #4197BE; }

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

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

<style>
 span { border-color: #4197BE; }

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

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