#4197BC

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

Shades of Boston Blue #4197BC

Tints of Boston Blue #4197BC

Color information

#4197BC (or 0x4197BC) is unknown color: approx Boston Blue. HEX triplet: 41, 97 and BC. RGB value is (65,151,188). Sum of RGB (Red+Green+Blue) = 65+151+188=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4197BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197BC is #BE6843. Grayscale: #818181. Windows color (decimal): -12478532 or 12359489. OLE color: 12359489.

HSL color Cylindrical-coordinate representation of color #4197BC: hue angle of 198.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4197BC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65151188-
CMYK0.650.2000.26
HSL198.05º48.62%49.61%-
HSV(B)198.05º65.43%73.73%-
XYZ22.3226.8951.59-
YUV129.5161.0181.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.09%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=16.09%
G=37.38%
B=46.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651511880.650.2000.26198.0548.6249.61
Hex4197BC411401Ac63132
Octal101227274101240323066162
Binary1000001100101111011110010000011010001101011000110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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